How can you put a "carriage return" in long text section of a Card View?

I have an Order table that has several timestamps as the Orders move through the system to delivery. I have several views that look for certain progress datetime stamps. I’d like the ONBOARDing View to only show if the slice has Order_Status of ‘ORDERED’ with ISNOTBLANK(BGN_ONB_DateTime). If there are no Orders to ONBOARD, I’d like the view to NOT SHOW.

0 1 101
  • UX
1 REPLY 1

It appears that your post title has nothing to do with the main body of your post.

To answer the post title: I don’t believe newlines are possible in Card View fields.

To answer your main post: It sounds like you’d need an expression like ISNOTBLANK(SELECT(...)) in that view’s show_if.

Top Labels in this Space