Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to create the hierarchy in the column order that has been shown below. Let me know how to create the same.
1. Distributor
2. mfacname
3. itemname
4. contentname
Hope some can help me out. Had gone though the tutorial but did not understood.
Thanks and Regards,
Rikab
Do you want to sort that column by numbers you wrote? This case you should Sort by ColNum, where ColNum is:
Load * Inline
[ColNum, Field
1, Distributor
2, mfacname
ect..
]
Cheers,
Justinas
Hi Justinas,
I want in this way. Does it make sense for you?
+ Distributor
+mfacname
+itemname
+contentname
Thanks and Regards,
Rikab