Hi All,
I'm currently working on creating a scripted calculation view and in the process trying to transpose rows to columns. The rows are transposed to columns but the columns will not be fixed at any point of time in the created calculation view logic as the records are getting added in the table which is getting transposed.In this case I need to handle the dynamically increasing number of columns in the view.I realise we need to declare output attributes and assign attributes to output manually in the calculation view.
Is there any way how I can make this work in scripted calculation view where columns are not static and will be growing periodically?
regards,
Sridhar