Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
tbarrett
Contributor
Contributor

Show Fields in response to a text match

Hi new to QlikView and I'm having trouble trying to restrict the fields that are displayed in a list box based on a text match. Think a list of company divisions.  Company A, B add C. A and B should see all but C should only see one result.

I'm currently trying to do this with the Field Expression in the list box properties. I'm trying things like

= if( CONDITION= 'C', Match('Company C',[Account Company]) , [Account Company])

I think the condition is working but I'm not getting the results I want.

Thanks for any help.

 

 

Labels (1)
1 Reply
MarcoWedel

can you post some sample data and your expected result?