Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Anybody figure out how to get a query builder report to display the value of a workflow process global variable?
You can use Java Method in Query Builder to retrieve the values of Workflow Variables, You can implement a Java file as follows:https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS114482&art_lang=en&posno=3&q=java%20in%20query%20builder&sour…
Also, You can create a method to have two arguments and pass them as parameter in query builder which will retrieve the values and display that in the Report.
Let me know if you need more details i can send some snippets.
Abhishek,
in the community there is a group about Reporting I think you should join and where you can ask or wrote on query builder.
I wrote a document Resource for reporting with lots of report ready to use, collected from many sources and Mike it's one of the biggest contributors.
Abhishek,
I thought there might be a way to access BLOB type data elements using a Java Method with QueryBuilder. I'd already found the reference you provide and that does not point directly at accessing the contents of the BLOB. Specifically I'm interested to access the RuleData for an LWCBASICCONSTRAINT e.g. legal list values from QueryBuilder using a Java Method. If you have a snippet of code along these lines I would very much appreciate being able to reference it.
Regards,
Greg Montgomery