Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
How to manipulate an straight table to get desired output with given data ?
Input :
OUTPUT
Easy way is to crosstable load your data to make it more user friendly. Not so easy way is to use synthetic dimensions and bunch of if statements
Thank you Sunny Bhai ...
Hmm ... CrossTable on record with 20,000,00 rows .. It will inflate badly ..
The other way might not give you a huge performance boost because what you were doing in the script is now necessarily done on the front end. I can share how this can be done on the front end and you can test it out
Something like this?