Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
Hello vasavi k,
Could you open a case with PTC Integrity Support on this issue?
Regards,
Kael