Quantcast
Channel: PTC Community : Popular Discussions - Integrity
Viewing all articles
Browse latest Browse all 3432

How to create a report in MKS using java?

$
0
0

Hi,

 

I was able to ran the query from command prompt To view the report and then create the report from the existing report with different query.

Please find below for this:

 

im viewreport “any report name” > somefile.txt(Eg:test.txt)

im createreport –reportTemplateFile=”test.txt” –name=”some name for newly created report” –query=”any query name from Integrity”


Now I need to develop this through Java.

Could you please let me know how can I give the options to view report and createreport. mainly how to give option for file name for viewreport.


I tried with this:

     Command cmd = new Command(Command.IM, "viewreport");

    //cmd.addOption(new Option("selectionFile","../testfile.txt"));

    //cmd.addOption(new Option("report","Report Recipe - Test"));

    //cmd.addSelection("Report Recipe - Test");


    Command cmd1 = new Command(Command.IM,"createreport");@@@@

    cmd1.addOption(new Option("reportTemplateFile","testfile.txt"));

    cmd1.addOption(new Option("query","Alm_All My Work"));

    cmd1.addOption(new Option("name","testreport1"));

 

 

Can anybody please help me on this?


Thanks a lot in advance.


Regards,

Vasavi


Viewing all articles
Browse latest Browse all 3432

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>