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 have a form action button that adds a L5 list item to a hierarchy. L5 does not have selective access but L4 does, but I still see all L4 list items in the dropdown when I trigger the form. How can I only view the ones I should have selective access to? L5 does not have selective access. L4 is also a selector on this…
For auditing purpose I need RTO and RPO details. Could you please share the details and also along with the source URL.
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…