Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sheet refresh based on some condition

Hi,

Please need your help to develop the attached application. I have created 3 button in the application file-

1. first 10 days  2. Next 10 days 3. Remaining days

If I click any of the button based on the condition 3rd portion will refresh(lower part of the application).

Appreciate your quick response.

1 Solution

Accepted Solutions
avinashelite

Hi Suman,

please find the attachment for the solution

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Please help

jonathandienst
Partner - Champion III
Partner - Champion III

Add a Day field to your data model:

     Day([Date Raised]) AS @_Day,

Then add a select in field actions to select @_Day:

     <=10

     >10<=20

     >20

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
avinashelite

Hi Suman,

please find the attachment for the solution