Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
PFA...
I have an issue that...
Emp:
LOAD Cluster,
SBU,
LOB,
Sub_Lob,
Age,
Tenure,
Level
// 'Emp' as Flag
FROM
(ooxml, embedded labels, table is emp);
Join
Age:
engage as engage1,
[not engage] as [not engage1]
// 'Age' as Flag1
(ooxml, embedded labels, table is age);
Tenure:
engage as engage2,
[not engage] as [not engage2]
// 'Tenure' as Flag2
(ooxml, embedded labels, table is tenure);
Level:
Level,
engage as engage3,
[not engage] as [not engage3]
// 'Level' as Flag3
(ooxml, embedded labels, table is level);