Good morning,
I need to export in excel custom attribute from user in one row.
Like this:
columns: DisplayName,Email,%adm-CustomAttributeDate10%(Friendyname),%adm-CustomAttributeText17%(Displayname),%adm-CustomAttributeBoolean11%(Displayname),%adm-CustomAttributeBoolean12%(Displayname)
Row: Name,email,04/04/2022,TEXT,YES,YES
Row: Name2,email2,10/04/2022,TEXT,YES,YES
I need to create a report where the user is update.
All the business rule work but I can't create the report correctly with the columns and rows formatted. Any suggest?
Thanks