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: 
chriscools
Creator II
Creator II

how to make a dynamic expressiontitle with alternate state?

Hello,

i have a table  where  i use alternate states to compare some data.

as a title for the first expression i have this:

= ( 'Montant encaissé HT ' & maand &' '& jaar)

for the title of the second  expression using alternate state i want it also to be named dynamically.

it tried this but it doesn't work.

= ( {Period2} 'Montant encaissé HT ' & maand &' '& jaar)

What should i do instead?

thanx

chris

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

= 'Montant encaissé HT ' & only({Period2} maand) &' '& only({Period2} jaar)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

= 'Montant encaissé HT ' & only({Period2} maand) &' '& only({Period2} jaar)


talk is cheap, supply exceeds demand
chriscools
Creator II
Creator II
Author

perfect! thanx!!!!

chris