How can i make this saved vertically?


Please show the content of Label4

grafik

:question:

What Android version are you testing on?

i'm using adroid 10 for testing

csv content like 'aa\nbb\ncc\ndd', will be shown vertically.

what about mine tho?

replace Label4.text segment ',' with '\n'
or
join Listview.Element with '\n'

i've tried this already, but it's still showing horizontally

Export your .aia file and upload it here.
export_and_upload_aia

1 Like

so you are trying to transpose a list of list.

blocks draggable

1 Like

Use multiple sheets to flatten your data to get only one value per cell.

1 Like

i've tried this again but it doesn't work, its still showing vertically

What have you done?
what your data look like? and how you want it be shown/stored?
give some examples.

What does global name name?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.