Hi Koolreport,
The report I am planning to build has to make use of the Transpose process.to switch rows to columns. I could not find any example for me to reference. I need to understand how flexible it is for me to customise and format the data by rows after transpose().
Qn1. After the Transpose, the column names are c0, c1, c2 etc. The actual header names from my csv data file is under column c0. How do I label/ re-name individual header names under Column c0?
Qn2. How do I format the data for certain rows? Let say, one of the rows output integers, how do I format the integers to $9,999?
Thank you