Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How can I hide/show a text object based on a association?
For eg: I click on a list box called Manager Name, Bob....by qlikview's associative nature all the employees ( another list box) get auto linked in white. Out of the list of these associated employees if one of them is called " UNASSIGNED", I will hide a text box, else show it. How can I do it?
Regards,
Tutan
Please find QVW attached
In the Layout tab of the text box properties, use this as condition for showing/displaying the box:
=SubStringCount(Concat(Employee), 'UNASSIGNED') > 0
Regards,
Kristofer
Please find QVW attached
Thanks, but doesn't seem to work
Works like a charm...Thank you very much