Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello to all,
I am working on a table that I loaded from Excel. I want to add a row to this table using inputfield. Can anyone tell me how to do so?
Thank you for your responses.
HI,
Here's my solution:
Create a straight table, add a calculated dimension with the follow expression:
=ValueList('$(=concat(if(aggr(sum(VALUE),HEAD),HEAD),chr(39)&','&chr(39)))',vNewRow)
I created this table in excel.