Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Needful to get Journal='IC','IG and class='SAS','AB''
Previously for single Journal='ES','EE' DONE LIKE THIS
TEMP:
Load * Inline
[
Key
ES
EE
];
LOAD Office,
Cur,
Manajor,
Type,
Number,
Class,
Journal,
[Amount Me]
FROM
where exists (Key,Journal );
DROP Table TEMP;
like this
LOAD Office,
Cur,
Manajor,
Type,
Number,
Class,
Journal,
[Amount Me]
FROM
[My Data Struggle.xlsx]
(ooxml, embedded labels, table is Sheet1)
where match(Journal,'IC','IG') and match(Class,'SAS','AB');
Regards
ASHFAQ
like this
LOAD Office,
Cur,
Manajor,
Type,
Number,
Class,
Journal,
[Amount Me]
FROM
[My Data Struggle.xlsx]
(ooxml, embedded labels, table is Sheet1)
where match(Journal,'IC','IG') and match(Class,'SAS','AB');
Regards
ASHFAQ
Hi,
Can you close this thread?
Regards
ASHFAQ
sure i forget to do so i will close this thread.Strugguling with the QlikView Requirement on hyperlink on measures through next level of drill down