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"
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)