Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
i have the below scipt in my load
CROSSTABLE(TestID, TestResult,4)
what does this mean?
i know a bit about cross table but what is this 4 mean?
Please someone help
Hi Rajendran,
whatever you are given EXP, is cross table Exp
CROSSTABLE(TestID, TestResult,4)
TestID ----> this is Attribute Field.
TestResult ----> this is Data Field.
4 ---> this is Qualifier Fields( how many fields you want to take qualify)
Regards
Sathish
i know that cross table is used to convert the columns into rows , and i would like to know about. is it possible to change the rows to columns using cross table.
For that you need The Generic Load