Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Version: Windchill 12.1
Use Case: Migrate QML Reports to Jasper reports.
Description:
Hello,
I can export all QML reports from windchill which are needed for Jasper Studio consumption.
so using below command :
com.ptc.util.wbr.export.ExportDataSource reportTemplate -u <username> -p <password> -r
This will generates dataset.jar located at WT_HOME/tmp location.
But, i need to export only single QML report hence if anyone knows it, could you please share.
Thanks.
The workaround I've heard people using is to export the QML from a development environment where you first delete all other QMLs. That way, exporting all just exports the 1 you need.
Thanks but not acceptable.