Hello All,
I am trying to create a report in 8.5 that will give me four columns of data. Two (one actual the other a percent) columns reporting on the current month and the other two reporting on year to date totals (actual and percentage). All this data is in one table.
I tried to create a parameter field and then use that parameter field in the formulas to limit record retrival to a specific period (month). It seems to not be working correctly for counts but works fine for summing dollar amounts. I think I over simplified the process. I've pasted the two formulas (one for count and one for sum) below.
Count on the number of lines (first did the selection and then used a summary to do the actual count):
if {CT Period 1 2008 with ORG CODE Descr and Username - University.Period}={?Fiscal Period} then {CT Period 1 2008 with ORG CODE Descr and Username - University.DESCRIPTION}
Sum of amount where posting key equals 40 (formula does selection, used summary field to gather totals):
if {CT Period 1 2008 with ORG CODE Descr and Username - University.Posting Key}=40 and {CT Period 1 2008 with ORG CODE Descr and Username - University.Period}={?Fiscal Period} then ({CT Period 1 2008 with ORG CODE Descr and Username - University.Amount})
Any feedback would be much appreciated. Thanks in advance.
I am trying to create a report in 8.5 that will give me four columns of data. Two (one actual the other a percent) columns reporting on the current month and the other two reporting on year to date totals (actual and percentage). All this data is in one table.
I tried to create a parameter field and then use that parameter field in the formulas to limit record retrival to a specific period (month). It seems to not be working correctly for counts but works fine for summing dollar amounts. I think I over simplified the process. I've pasted the two formulas (one for count and one for sum) below.
Count on the number of lines (first did the selection and then used a summary to do the actual count):
if {CT Period 1 2008 with ORG CODE Descr and Username - University.Period}={?Fiscal Period} then {CT Period 1 2008 with ORG CODE Descr and Username - University.DESCRIPTION}
Sum of amount where posting key equals 40 (formula does selection, used summary field to gather totals):
if {CT Period 1 2008 with ORG CODE Descr and Username - University.Posting Key}=40 and {CT Period 1 2008 with ORG CODE Descr and Username - University.Period}={?Fiscal Period} then ({CT Period 1 2008 with ORG CODE Descr and Username - University.Amount})
Any feedback would be much appreciated. Thanks in advance.