4. Finding my customized virtual reports
4.1. Finding Virtual reports with Report Edition
to get all specific informal queries, use the following query:
Select [Query] Where [_Parameterization] Like "#HTMLFormatterOrDirectMacro#" And [Creator] Not = "j6L3BsG8kW60"
Then, modify the HTML Formatter macro or Direct Macro as described section 2.2 Updating the macro.
4.2. Finding Virtual reports without Report Edition
They can be defined in a MetaPropertyPage or in a Macro defining a MetaPropertyPage or in a custom JAVA project defining a MetaPropertyPage.
To find them, use the following queries:
Select [MetaPropertyPage] Where [_Parameterization] Like "#control(viewer)#" And [Creator] Not = "j6L3BsG8kW60"
Select [Macro] Where [VB Script] Like "#control(viewer)#" And [Creator] Not = "j6L3BsG8kW60"
And find occurrences of the following string in custom JAVA files:
Control(Viewer)
Then, modify the Page as described in section 3.1 Updating the Property Page to use the new Control Report and the Direct Macro used by this Control as described section 3.2 Updating the macro.