Hello,
I have a database with few contact info data types
the way I created is
“Name” is a list of names- text
“number” is a list of phone numbers- number
“email” is a list of emails- text
but when I want to show them in a repeating group they all come in one cell but i want them in different cells…
it shows like this:
name, name, name, name, name…
number,number,number.number…
email,email,email.email…
but i want to show it like this:
name
number
email
name
number
email
name
number
email
this information actually varies on the different type of locations the current user assigned to… so I’m using this expression in RG data source:
“search for currentuser’sassgnedsite’sname”
“search for currentuser’sassgnedsite’snumber”
“search for currentuser’sassgnedsite’semail”
i searched for this topic who has the same issues but found no solution.