Help

Re: Make records in a cell/field vertical

76 0
cancel
Showing results for 
Search instead for 
Did you mean: 
LeandroHBayer
4 - Data Explorer
4 - Data Explorer

Hello,

I'm looking for a way or formula to set the records vertical within a cell as I show you in the attached image.

Frame 1.png

 

Bests,

L

2 Replies 2
Mike_AutomaticN
7 - App Architect
7 - App Architect

Hey @LeandroHBayer,

There is no formula for that. The only way in which you can play around with that is by adjusting:
1. Row Height -as shown on image below.
2. Field width -dragging just as you would on google sheets.

If tor the Row Height you choose "Extra Tall", it is more probable that you will get the "vertical orientation".


Mike_AutomaticN_0-1730309110751.png

Let me know if that worked.

Best,
Mike, Consultant @ Automatic Nation

Mike_AutomaticN
7 - App Architect
7 - App Architect

Actually, you could use a formula within a rollup to vertically stack the values.
Try the following:
Create rollup of Name Field form Role (ph), and include this formula for the rollup.

ARRAYJOIN(values, "\n")


That will apply line breaks to your array. See dummy example on image below.

Mike_AutomaticN_0-1730309691644.png

Best,
Mike