Thanks Scott! I guess I'm not really looking to format it with "bold" or "underlining" but I'd be curious to understand how to "display" this data better into the cell.
Is there maybe an option to add characters when sending the data to DB?
For example- Be able to format it - so that it shows up something like the picture below?
I'm also open to any other suggestions, where maybe "Unit Mix" + "Rent" + "Expiration" are all separate columns and the data is entered into DB in a more reader-friendly format
If you are copying and pasting to Data Blaze, no you wouldn't be able to add characters like that when you copy and paste. The Snippet Field will support tables so that would work.
Two thing that might help you today:
You could use a Text Blaze formula to format the data prior to inserting it. You could output the contents in a {formparagraph} in the snippet you could copy and paste. Or you could use our {dbinsert} command to programmatically create the row in Data Blaze when you insert the snippet.
You could add a Formula Field to your space that formatted the data in the space itself (you would have two fields in your space for it then) one for the unformatted and one for the formatted contents.
Let me know if you need help with either of these.
Thank you Scott! I met with Ashwin- and he came up with this ingenious solution below, using a repeat formula, for my case. Which will properly "send" the data from my "actively" created table. I just wanted to share this with everyone.
Here is the output that is produced / the data that is sent to DataBlaze:
Please note- that within the "tableexpirationall" + "tableunitmixall" + "tablerentinfoall" formulas, the part that determines what is "in between" the entered values is this:
So in this case, (space)//(space) is entered in between the values that are sent to DataBlaze
** In order to send this data to Datablaze, I simply linked those previously mentioned variables to my corresponding Datablaze columns*
Please excuse the messy formatting of the generated tables within the snippet inserted below: