In what sense did it not work? Please explain what you did. You should be creating the formulas in the field explorer->formula->new, and then placing the first formula in the detail section. Then you can either right click on the formula and insert a summary (maximum) or you can add the maximuum formula to the report.
The field only HAS one value, since it is a maximum at the report level. If you want to see a maximum per some group, you have to add a group condition, as in:
Maximum({@Explanation},{table.groupfield})
If adding the formula changed the number of rows, it probably means you are using more than one table, and the formula was the first reference to the second table. To maintain the same number of rows, change your join to a left join FROM the first table TO BUSINESS_RULE_VIOLATION_VW.
I added the left join and the number of rows did not decrease so that was great !
And then I did this - I changed the @Exp formula to
Maximum ({@Explanation}, {EXPENSE_TYPE.DESCRIPTION}) and put it in the detail section. Now, there is nothing in the Explanation fields. It is blank.
And you're all set? If not, you have to clarify the current problem, and show sample data and another sample of your desired results for the same data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.