Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a table as shown below:
I wish to create the below table:
Thanks,
Asma
Hi,
I forgot giving the group by in Load statement
left join ( Data )
LOAD
Item,
[Header 2],
If(Count(Item)>1, 'Y', 'N') as Test
RESIDENT Data
GROUP BY Item, [Header 2];