I am running crystal 9.
Assuming I have a revenue value and a number representing number of months i want to display the months values across the page.
for instance if my revenue is 10000 and the number of months is 5 i want to display 2000 5 times. I thought I would use a shared array field. Then have another formula put the values in the array then have a field for each month that reads the array and says ok I am january therefore I will get any value from array position 1. The next field will say I am february therefore I will get any value from array position 2 etc. Is there a better way of doing this. I was thinking I could add text boxes and have the formula work out the spread then populate the text objects but i cannot appear to do this. Also tried to programmatically set the formula of a field to be the value i want. Note i am doing this all within a report using crystal basic.
any suggestions?
Assuming I have a revenue value and a number representing number of months i want to display the months values across the page.
for instance if my revenue is 10000 and the number of months is 5 i want to display 2000 5 times. I thought I would use a shared array field. Then have another formula put the values in the array then have a field for each month that reads the array and says ok I am january therefore I will get any value from array position 1. The next field will say I am february therefore I will get any value from array position 2 etc. Is there a better way of doing this. I was thinking I could add text boxes and have the formula work out the spread then populate the text objects but i cannot appear to do this. Also tried to programmatically set the formula of a field to be the value i want. Note i am doing this all within a report using crystal basic.
any suggestions?