Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need to show text box based on dates

Hi Can anyone help me in hiding the text box and show it based on dates for example.....

today 1/28/2015 I would like to hide it in the application and I would like to show it to the user on Feb 1st how can I do this.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

In the Layout tab of Properties, enter show conditional:

date(today()) = MakeDate(2015,2)

or if you want to show it starting Feb 1 and forward:

date(today()) >= MakeDate(2015,2)

View solution in original post

2 Replies
reshmakala
Creator III
Creator III

In the Properties , go to Layout tab and set your condition under show by selecting conditional.

Anonymous
Not applicable
Author

In the Layout tab of Properties, enter show conditional:

date(today()) = MakeDate(2015,2)

or if you want to show it starting Feb 1 and forward:

date(today()) >= MakeDate(2015,2)