Hello,
I am trying to export a report created in Dynamics online as a CSV file with semicolon as delimiter.
The issue is that by default the viewer only allows me to "Save as" CSV with coma as delimiter. Usually I'd add the button in the viewer frame, but that's not an option in online mode.
After some research I saw another way of generating a CSV with another delimiter, this seems like something standard for report server, using the rs:Command with rc options
&rs:Command=Render&rs:Format=CSV&rc:FieldDelimiter=;
Does anyone know how I can pass these parameters to my report ?
(I was thinking about adding a "button" in my report which calls the render command)
I tried adding the parameters directly to the URL but each time I get an error.
Thanks
*This post is locked for comments