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: 
ashmitp869
Creator II
Creator II

where clause in qvd from prev loaded cost centre from another table ?

Hi there ,

In the qlikview script - 

I have restricted cost centre script -

ashmitp869_0-1634099672995.png

Can I only load cost centre which is present in CCWarMapping in the below table with out hard code  -

ashmitp869_1-1634099810995.png

Thanks

 

 

1 Reply
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Hi,

You can use Exist() function to take only Cost Centres present in CCWarMapping table.

E.g Where Exist(CostCentreCode, CostCentre)

 

Thanks,
Ashutosh