Discussion
5
Replies
1453
Views

CVS
US
Posted: May 5, 2015
Last activity: October 9, 2015
Last activity: 9 Oct 2015 18:20 EDT
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hello,
In Summary view we can have export format, but I don't see that anymore on Report Definition, how can we achieve this?
I have a numeric property and would like to present it as a text value in the exported Excel/PDF.
Thanks,
Pradeep
You can only achieve this by using a custom control. In the custom control's html you can add a check like so:
<pega:choose>
<pega:when test="param.exportmode='pdf'">
//HTML for PDF export
</pega:when>
<pega:otherwise>
//Normal HTML
</pega:otherwise>
</pega:choose>
You can only achieve this by using a custom control. In the custom control's html you can add a check like so:
<pega:choose>
<pega:when test="param.exportmode='pdf'">
//HTML for PDF export
</pega:when>
<pega:otherwise>
//Normal HTML
</pega:otherwise>
</pega:choose>
Super! It's working, Thanks a lot gaude! Much appreciated!!
Hi Pradeep,
Could you please post the solution? I also have the same requirement.
Many Thanks
Question
Question
Question Solved
Question
Discussion
Question
Question
Question
Question
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.