Hi all, anyone knows what is the best way to creat...
# general
d
Hi all, anyone knows what is the best way to create table-like custom record? Like two-dimensional matrix with configurable rows and columns number.
n
How would the columns work?
d
Columns and rows will be numeric ranges. So, I'll use the table to pick up the X value. The table will be like that: 0-10, 10-20, 20-30... 90-100 0-10 x11 . x12 10-20 x21 ... 90-100 x2n There will be 2 number values to compare, one to choose the row and another to choose the column. Based on that, X will be picked up.
But I also want this data to be independent, so for example each SO to have its own table instance.
n
Will be interesting to see what others say. I feel it’s going to hit your governance limits.
d
If anyone still interested, I end up with adding an inlineHTML field with UserEvent script and data for that field is stored in long-text field (as csv)