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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show / Hide object based on current date

Hi everyone,

I'm creating a timeline like this:-

Screenshot.jpg

There is a red image with a text box on top of it.  The text box has some set analysis in it so that it always shows only Aprils cost etc irrelevant of any other sheet selections.

I only want to show the red image and text object if the month is in the past.  We're still in April so I want the objects to automatically appear at the 1st May and stay there until the new financial year starts.  And then I can apply the same logic to the other months.

Can anyone advise me on how to do this?!

Thanks muchly

Natalie

xXx

1 Solution

Accepted Solutions
richard_pearce6
Partner - Specialist
Partner - Specialist

Hi,

You can use the Conditional Show option in the Layout Menu.

Something like

=if ( Today() > '01-May-2014' and Today() < '6-Apr-2015', 1,0) =1

Richard

QlikCentral.com

View solution in original post

4 Replies
MK_QSL
MVP
MVP

your sample apps please !

richard_pearce6
Partner - Specialist
Partner - Specialist

Hi,

You can use the Conditional Show option in the Layout Menu.

Something like

=if ( Today() > '01-May-2014' and Today() < '6-Apr-2015', 1,0) =1

Richard

QlikCentral.com

Not applicable
Author

Thank you muchly!

xXx

Not applicable
Author

Sorry what do you mean ???