BusinessObjects Board

Search for text in all reports formulae

Is there a way to search for a text used in formulae in all reports (CMS Database). We have hundreds of reports and some are using legacy Crystal formulae. We want to know which reports are using such formulae.

Please share if you have any utilities or scripts.


shamanth (BOB member since 2007-03-01)

Hi,

This utility can help you with DeskI reports:

And maybe this one could help with WebI reports:


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Anything for Crystal Reports?


shamanth (BOB member since 2007-03-01)

I am sorry, I am not aware of anything for Crystal Reports.


Marek Chladny :slovakia: (BOB member since 2003-11-27)

How about creating a BIAR file and converting it to csv or xml and search for the text? Is it possible?


shamanth (BOB member since 2007-03-01)

In addition to other suggestions here, you can write script or leverage 3rd party app to extract this info. Specifically, your script will need to use RAS SDK to open and extract formula detail for each report.

  1. open CR with RAS
  2. expose DataDefinitionController
  3. get report DataDefinition
  4. getFormulaFields
  5. for each formula, get name, ID, description, etc etc…

crystal01 :us: (BOB member since 2006-08-30)

I resolved this issue using RPT Inspector tool. :smiley:


shamanth (BOB member since 2007-03-01)