Hi Friends,
What is the command required to break text into multiple lines in a Dashboard.
Hi @Sravan_Kumar!
For Mac Os X I use control + option + enter. I think in Windows it can be cntrl + alt + enter or similar combination.
@Sravan_Kumar
On Classic Dashboards, yes it is Ctrl+ Alt + Enter for Windows as @AntonMineev mentioned. In New UX it can be done thru Field Cards with multiple lines enabled.
Misbah
If you are looking how to have a line break within text you are building,you'll need to include line break characters, CR being the obvious choice:
CR (character : \r, Unicode : U+000D, ASCII : 13, hex : 0x0d) : This is simply the 'r' character. This character is commonly known as ‘Carriage Return’.
meaning you can include "you text \r next line"
@Sravan_Kumar to gain more idea on your query. Can you share some data on what is at present and what is required to be?
Hey @nathan_rudman , could you please specify how I can use this in TEXTLIST formula?
I am trying to combine lists and want to have a new line after each list item.
Thank you in advance,
Suhas
I know this is an old thread, but this information is now in Anapedia on the page that documents keyboard shortcuts in Anaplan.
From that page:
@SuhasDesai
You can't use it in Textlist formula. Anaplan doesn't recognise "\r" as line break when it is used in the text. For example:- Text_LineItem = "Hi, \r How are you?"
You will see it as Hi, \r How are you? in the cell, even if you use & "\r".
Exactly. Do you know any workaround here?
I may. Share the end result (intended) and the source module in a picture.
The use case is we want populate 2 or more items in Card. One item in one line.
I think it isn't doable in Anaplan. If you have observed that data in cells are shown as one single line in modules, that is how Anaplan ignores line break.
See the screenshots-
- Shubham
hi, I'm receiving this error when trying to create item in numbered list item. My list has a display name property (used only to display name, never in modules) In form Action I ask user to give display name and other informations about the item (informations are line items in associated modules). It seems that when I ask…
We would like to ask about an issue with the Intercompany Matching Report. We have executed intercompany matching; however, the results are not being reflected correctly in the report. We have outlined the steps we implemented below and would appreciate it if you could advise whether anything is missing or incorrect in our…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…