Jump to content
  • 0

User inputs


DevPandya

Question

image.png.bbfdaee3e2e3ac83a13fde4236184a1d.png

I am trying to create an application which works on user input.

My plan is to ask user for EAN and Image no. And once the enter this info A link will be geneerated(By links field using formula.)

However this doesn't seems to be working. Whenever I enter data in EAN and IMAGE No. and hit search it always says "No records found."

image.png.40ed0cd90e9a2b6f30aac38793bb03e4.png

Can someone please guide me?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hello @DevPandya,

It would be helpful to understand the formula logic to suggest the best solution.

On the screenshot I can see that you use some type of Report DataPage.

Report DataPages are used to search for and to display values that are already stored in the table (if the value is absent in the table there is the "no record found" message).

If I understood your description correctly, you want the user to submit values (EAN and No_of_image) to the table. If so, you need to use a Submission form for this purpose. 

You may try 2 approaches:

1) On the Submission Form DataPage add the fields to populate: 

g4RtGiE.png

On the next step add the link:

2kpOgLa.png

 

As a result the user will enter the values -> click the "Submit" button -> on the next page there will be the link that was generated by the "Link" formula field.

 

2) You may use the Text(255) data type instead of Formula for the 'Link' field in the table and apply the formula directly on the Submission form. 

Set the field as Calculated value for that.

This article can be helpful https://howto.caspio.com/datapages/datapage-components/calculated-values/

EbFlKtT.png

 

And please note, that you do not need to store dash, etc. in separate fields. You may add static parts of formula directly in formula (please see the screenshot above).

Feel free to update this thread if you have further questions. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...