Hello,
I am using Report Builder 3.0 and I have a report that uses a list within a list. It has a customer as parent and the devices of the customer as child. Right now, all the devices are in 1 string in the database, something like this:
12/11/2016 23:40:36 - Guest VM Name: DP-APP14
Backup Result: Successful Backup - Backed 530 MB
12/11/2016 23:28:32 - Guest VM Name: DP-APP12
Backup Result: Successful Backup - Backed 559,38 MB
12/11/2016 23:16:46 - Guest VM Name: DP-RDS01
Backup Result: Successful Backup - Backed 19,71 GB
I want to edit this string so every device + their message will have their own seperate string. Should I do this in the report code block? Or in the code block of 1 of the 2 lists?
This is what I have now:
Customer list
Devices
This is what I want:
Customer listDevice Device Device