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: 
Not applicable

Need code logic

Hi

I am having a qlik sense server App with multiple fields.

I need to create a solution for the customer reqeuest.

the selections to be made as Project Manager = P2 and Department = Dep1. the output required is AA, BB & CC.

Please help how to do?

Regards,

RBal.

1 Reply
ahaahaaha
Partner - Master
Partner - Master

Hi,

Maybe so?

LOAD [Project Name],

     [Project Menjer],

     Department

FROM

       data path

Where [Project Menjer] = 'P2' Or Department = 'Dep1';

Regards,

Andrey