Jump to content
  • 0

User inputs


DevPandya

Question

image.png.67bd081645ffed6b9e993dcdc63fe94c.png

I am trying to generate links using formula which I created in Links field.

The problem is I want peoples to enter "EAN" in field than formual generates the link.

However I am facing an error. It says "No records found".

I don't have data stored in EAN.

My plans was to ask clints to input EAN and no of image than my formula would generate link for tham.

Can someone please guide me ?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

@DevPandya I suppose that you need to play with CASE statement into the Formula field.

I built a table with these fields:

Table-fields.png.ec254f5036730ec277496216e8092fc8.png

The URL contain this CASE statement:

CASE
WHEN [@field:EAN] = '' THEN 'no-url'
ELSE 'https://'+[@field:AA]+'/'+[@field:BB]+'/'+[@field:EAN]
END

the 'no-url' can be used into datapage to show/hide part of them

In this scenario I insereted some data with no kind of errors and this is the results:

1610968083_Screenshot2022-12-02at22_40_47.thumb.png.0147921e5bbac7082d41d90b896c4044.png

If this is what you need, please mark this aswer as best response (on the left near my avatar)

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...