Currently, I am working on a page that allows the user to make an export of the show monthly actions.
Loading the table provides no challenges, when Including the -Export option on the UD-Table, Exporting goes fine → results in an empty file.
When adding the -IncludeInExport parameter on the Columns to export them towards the file, nothing happens, no errors are shown as well, you can just click them and nothing happens… I already eliminated all the columns to see if it was a data-related issue (parsing, invalid type, etc.) but that doesn’t seem to be the case.
Below you see a screenshot of my code Using the parameter.
This is a problem with exporting and -Render. You can work around it by using a hidden column for the export purposes and a rendered column for the display purposes.
The workaround works! Only the Hidden parameter is not available to me, which is weird as I am using PU 3.X and according to the API it is from 2.X and upwards. Nonetheless using none rendered columns did the charm