Can multiple rows be combined in a single cell in WebI? I’ve seen posts that say this cannot be done but I just wanted to check. For example I have 2 rows for a customer. Row A has a value of 722 and row B has a value of 551. I would like to have 722;551 in 1 cell. There can be an unlimited number of codes but I doubt more than 10. Can an array be built somehow in WebI? Thanks!
Thinking as I write… what about 2 separate queries? One with whatever makes row A unique and one with whatever makes row B unique. Then merge the dimensions, convert the two numbers to text and concatenate together in variable.
Use the Previous() to get the previous record value.
Try sorting the output with Customer Id and create a new variable that concatenates the previous row’s value with current one.