Is your feature request related to a problem? Please describe.
When using the CONCATENATE function on a formula, it does not currently support \n character, and will not produce newline separated text.
Describe the solution you'd like
2 options to suggest here....
Option 1
- Add a way to pass newline characters into CONCATENATE
- Ensure multiline text is displayed as multiline
Option 2
- Add
json_each and/or json_each_text function support
- Ensure tabular display of data is available using new functions
Is your feature request related to a problem? Please describe.
When using the CONCATENATE function on a formula, it does not currently support
\ncharacter, and will not produce newline separated text.Describe the solution you'd like
2 options to suggest here....
Option 1
Option 2
json_eachand/orjson_each_textfunction support