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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
AH
Creator III
Creator III

Dynamic windows title with Date variables and Date fields

Hi,

I have a table thats Title should change based on the selections of date. And I have DatePicker Calendar objects that is based on two variables  vStart_Date  & vEnd_Date. So I am using them in the table title(Below mentioned expression) to get the date range whenever the user is selecting a date range in the datePicker Calendar. But I have Invoice Year and Invoice Month list box as well so that the users could select them whenever they want to.

The Problem is, when they select Invoice Year or Invoice Month the Date range from the table title doesn't go away. It stays in the title even the if i select only Year say, 2015 or month January.

='Report  '   &'('&''& vStart_Date  & ' - ' & vEnd_Date&')'

Is there any logic i can add to the mentioned expression here to achieve to that point?

I would appreciate your help.

Thanks,

Ahmed

20 Replies
AH
Creator III
Creator III
Author

Hi Sunny,

My Apology!

I Just checked and found out the month is [Invoice Month1].

I just want to give a big thanks! Great help.

I just got exactly what i wanted.

Thanks,

Ahmed