I am trying to create a manual crosstab report in Crystal 10 that uses two levels of groups on the vertical axis and has a fixed number of years on the horizontal axis. I am trying to write formulas that I point to to fill each column. My grouping and summaries work, but the formula doesn't. Here is what I have:
if {AssetYear.Value} = {Revision.planyear} then{AssetYear.GetEndingValue}. The next year would be: if {AssetYear.Value} = {Revision.planyear} + 1 then{AssetYear.GetEndingValue}. The If is supposed to be my "where" clause and GetEndingValue is the field.
Any help would be greatly appreciated!
if {AssetYear.Value} = {Revision.planyear} then{AssetYear.GetEndingValue}. The next year would be: if {AssetYear.Value} = {Revision.planyear} + 1 then{AssetYear.GetEndingValue}. The If is supposed to be my "where" clause and GetEndingValue is the field.
Any help would be greatly appreciated!