Hi, I'm in tabulate and has the below table:
Screen Shot 2021-10-18 at 1.09.02 PM.png
Is there a way i can make the channel into one cell using existing function, not script? like:
Screen Shot 2021-10-18 at 1.09.59 PM.png
Thanks in advance!
The only way I know how to do this, would be to use the Summary platform to aggregate the statistics, and then to use the Split platform to create different columns for the Direct and Trade data and then to create new columns to sum the counts and to concatenate the 2 Channels. Finally, you can then take the modified data table and use the Tabulate platform to display the results.
Thank you Jim! I'm stuck in the split step you mentioned- how did we get the direct trade in the right place to concatenate while having the numbers in the cells?
Screen Shot 2021-10-19 at 3.56.40 PM.png
Take the split table you have created and create 2 new columns.
Char( Column( 2 ) << get name ) || "_" || Char( Column( 3 ) << get name )
:DIRECT + :TRADE