how to make datalist appear only when user fill in both filter

Confluence User - 15 Jul, 2024

hai experts, i have list with 2 filters. i want user can view data only after they fill in both filters. how?

datalists;userviews

3


15 Jul, 2024
confluenceUser
confluenceUser

Hi Dayana

If you go into datalist settings, you will see an option to display data after filter submission only. Check that property

16 Jul, 2024
confluenceUser
confluenceUser

hi expert, i understand. but when i did this, even if i submitted only one filter, the data appear. i need the datalist to appear only after both (two) filter is submitted. How?

16 Jul, 2024
confluenceUser
confluenceUser

you can adjust your SQL query like that. When you submit filters, the filter parameters go to your URL as request parameters. You can get these request parameters and in SQL query use AND operation in where clause.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print