any template with display cell multiple columns?
guilleface
Member Posts: 1,014
i need to see the formula so i can understand it, if i only use tableCellValue(mytable,1,1) i display one value, i want one actor to display row 1 column 1 to 36, if is possible.
Comments
tableMergeValues(tablename,"row",1,1,36,",")
This will display every cell in row 1 column 1 to 36, separating them with a comma (which you can change to whatever you prefer).
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
thanks, i got it now, first i was getting 4.00000,5.00000,6.000000 but i changed from real to integers and its working great, thank you,