Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
Can someone please help me in achieving the format table view?
Actual Table:
Expected / Result:
Try this
For each _cat in FieldValueList ('Category')
Load '$(_cat)' as Name,
NULL () as color
Autogenerate (1);
CONCATENATE LOAD Name, color from Source
WHERE Category = '$(_cat)';
Next