line break or new line

I tried this solution I found on this forum but it seems not to be working, at least on a card.

CONCATENATE("From: ", [From].[Warehouse],
"
",
"To: ", [To].[Warehouse])

I need to split these on two lines. Any ideas? 

0 8 164
  • UX
8 REPLIES 8

In which field on a Card view you are trying to do this?

@AleksiAlkio 

In the info space just before the action buttons.

Are you able to take a printscreen?

This is how I want it to look... On two lines.

From: SANGWANN - San Gwann

To: HAMRUN - Hamrun Store

 

Screenshot_2023-10-14-09-46-53-462_x1Trackmaster.x1Trackmaster-01.jpeg

โ€ƒ

If you open the detail view, does it split then? With this way you can check if the formula works properly or not.

As far as I know line breaks are shown only in forms or detail views. There are a bunch of q&a entries regarding this.

You should also see them in your backend database fields

@AleksiAlkio,@TeeSee1 

So it works on the detail view. I guess this means there is nothing I can do on the card, right?

StephenSaid_0-1697272966686.png

This is my warehouse table:

StephenSaid_1-1697273097850.png

This is the data in my table:

StephenSaid_2-1697273285940.png

Since Warehouse column is marked as label, is it possible to use the warehouse Name in my output. I guess I could format it as such:

Master warehouse to Hamrun Store

 

 

 

 

Unfortunately that's true. Though you can use your method formatting the formula differently.

Top Labels in this Space