JasonDecHer
Technical User
I am trying to create a graph on whileprinting records formula. I have a string called DayYieldStrngVal which puts a shared whileprintingrecord calculation into a string and the string looks like: ^.89^.90^.83^.92^ I am trying to use a split statement to seperated this string in a sub report. The sub report is linked to the main report with this formula. I am placing the split statement in the detailed section of the sub report.
can someone help me with the syntax?
This isnt working.
Does anyone has any sample reports of how to create a graph on whileprintingrecords formulas?
thank you very much,
jason
can someone help me with the syntax?
This isnt working.
Code:
tonumber(split({?Pm-@DayYieldStrngVal}, "^")(recordnumber+1))
Does anyone has any sample reports of how to create a graph on whileprintingrecords formulas?
thank you very much,
jason