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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic window title

Hi all,

I have a Pivot Table in qlikview and would like that the Title be dynamic, depending ont he value chosen on a list box.

The listbox has the field Period (containing date values)

So if July 31, 2012 is chosen from the listbox, I would ilke the title to say:  Staff as of July 31, 2012.

I tried the expression ="Staf as of " & Period but it does not work.

Thanks

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi,

Try ='Staf as of ' & Period

Regards,

Sokkorn

View solution in original post

2 Replies
Sokkorn
Master
Master

Hi,

Try ='Staf as of ' & Period

Regards,

Sokkorn

Not applicable
Author

It works, thanks!