Hi everyone,
I would appreciate some guidance on including a new line in a calculation. I’m new to Kintone, working on apps through a browser interface, and comfortable with code and calculations in general.
This is for a calculation in a Text field, as the source for a PrintCreator layout. My calculation includes multiple fields concatenated with static text, like this:
“Asset: “&asset&”/”&"Asset ID: "&asset_id
I’d like the output to display a new line where currently there is “/”, like this:
Asset: [asset field]
Asset ID: [asset_id]
I have searched online for “newline”, “new line”, “return” and “paragraph” for Kintone calculations and not found any reference to calculating a new line. I took a chance on \r, , <BR/>, ¶ and a copy of a return copied from text, wrapped in quotes and unwrapped, with no luck.
Is it possible to include a new line in a Text calculation? If not, I’ll format the PrintCreator layout accordingly.
Many thanks in advance–
Katherine Russell
Melbourne, Australia