If I have a list of Text Values as-
L1, L2, L3, L4
And want to display this as an Inline Table in the Parent, is there a way ?
Regards,
Vikrant
If I have a list of Text Values as-
L1, L2, L3, L4
And want to display this as an Inline Table in the Parent, is there a way ?
Regards,
Vikrant
Not as an inline table. You could display them as multiple lines in a LongText column. If you have Preview new features enabled, you could use HTML in the LongText column to format it.
To use an inline table, your values must be in separate rows of a table.
What are you trying to accomplish?
Values must be in separate rows of a table, makes sense.
I have an EnumList (Text based) of Parking Spaces allotted to different Customers, I wanted to display each Space on a different row.
I like your suggestion of using LongText plus HTML formatting. I don’t usually enable Preview new features. I think I will keep the EnumList as it is for now, will switch to LongText if the need arises again.
Thank you for your guidance.
Regards,
Vikrant
Steve has already suggested a good solution of using HTML formatting.
Another alternative if you are fine with and provided you have limited number of elements in teh enumlist, you could possibly use some SVG code. The screenshot shows items enumlist in a table format, highlighted in green.
The relevant SVG code will be a bit longish though.
This is really cool. I had no idea we could display a list through SVG. In any case, I have decided that I will introduce a table for the Parking Spaces Allotted in case I need a Table View. Thank you for your help.
Regards,
Vikrant