Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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