Hello,
Below is a sample data where rating has been provided by Auditor against an Account.
I need the same data inside a gallery but in a different format.
Rating1 to Rating4 (4 columns are fixed). Need formula to generate the above.
Regards

Hello,
Below is a sample data where rating has been provided by Auditor against an Account.
I need the same data inside a gallery but in a different format.
Rating1 to Rating4 (4 columns are fixed). Need formula to generate the above.
Regards
Hi @Sam70 ,
This can be done using a vertical gallery and a nested horizontal gallery:
First insert a blank vertical gallery and set the Items property to:
GroupBy(
'List A',
"Account, "Auditor","Audit_x0020_Month",
"GroupedItems"
)
Then insert three labels inside the gallery with their respective Text properties set to
ThisItem.AuditorThisItem.AccountThisItem.'Audit Month'
Then add a blank horizontal gallery inside the vertical gallery and set its' Items property to:
ThisItem.GroupedItems
Finally insert a label inside the horizontal gallery and set its' Text property to:
ThisItem.Rating