Skip to main content

Make records in a cell/field vertical

  • October 30, 2024
  • 2 replies
  • 27 views

Forum|alt.badge.img+4

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.

 

Bests,

L

2 replies

Mike_AutomaticN
Forum|alt.badge.img+28

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".


Let me know if that worked.

Best,
Mike, Consultant @ Automatic Nation


Mike_AutomaticN
Forum|alt.badge.img+28

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.

Best,
Mike