How to include property on exported excel file that's not on pxResults
Good day, we are using the pxGenerateExcelFile activity to generate excel file that is filtered by a date range. However this activity only lets us include results included in the pxResults pagelist. anything in the primary page cannot be used. Or at least I haven't figured it out yet.
Expected look:
From 1/1/2023 to 1/20/2023
Name | Date visited |
---|---|
Name1 | 1/1/2023 |
Name2 | 1/7/2023 |
Name3 | 1/15/2023 |
Implementation:
From {Primary.DateFrom} To {Primary.DateTo}
Name | Date visited |
---|---|
{Primary.pxResults().Name} | {Primary.pxResults().DateVisited} |
How do we go about setting the date range for this?
EDIT: we should use MSOGenerateExcelFile