Hi All,
I open an existing report (in a viewer), containing several formula fields. But, not all of the formula fields are actually used on the report.
What I would like to do is see which fields are actually used by the report so i can filter all the unused formula fields from the report.
The formula Fields on the report itself donu2019t have any property to show whether the formula is used. Also I can iterate through all the objects on the actual report but when fields are inserted into the report they have different names (depending on how many times they are used), example:
1. I have a Formula Field (simple text) called "test".
2. I add this field to the report twice.
3. When I iterate through the report objects the fields are called "test" and "test1".
If I would have inserted more of the same formula field into the report it would go on like "test2u201D, "test3" and so on. So these results canu2019t be compared to the parent formula field.
Is there any way to determine which formula fields are actually used by the report?
I am using Crystal Reports 2008.
Thanks in advance,
Niels
Edited by: NielsL on Apr 29, 2009 9:20 AM