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

Dynamic Table Names.

Hi,

I have a below table and two list box respectively. If I select Apple from 'Product01' and Grape from 'Product02' then my table box label should show the same as below. Need help on this. Thanks. 

Capture.PNG

1 Solution

Accepted Solutions
124rooski
Partner - Creator
Partner - Creator

='Product01= '& (Product01)&' and ' & 'Product02: '&(Product02)

View solution in original post

5 Replies
girish21595
Partner - Contributor III
Partner - Contributor III

In Table title expression, Add this 'Product1= '& GetFieldSelections(Product1) and repeat the same for product2.

124rooski
Partner - Creator
Partner - Creator

='Product01= '& (Product01)&' and ' & 'Product02: '&(Product02)

MuraliPrasath
Creator III
Creator III
Author

Hi,

The expression is write but I'm not getting any result.

='Product01 = '& GetFieldSelections([Product01]) and 'Product02 = '& GetFieldSelections([Product02])

MuraliPrasath
Creator III
Creator III
Author

Thanks. This solution works fine. This is simple and fast solution. Keep up your good work.

StevenKnight
Contributor
Contributor

Amazing Content on this website mcdvoice survey. I Like it.Thanks for sharing. this worked exactly as i needed.