Heya folks. I've decided to expand my CR knowledge and need a really good primer on variables. I'm certain that the ability for me to manipulate variables and arrays will help me immensly in what I need to do. I've gotten the FAQ listed paper on arrays but need something on variables.
Any Ideas?
The reason I'm asking is that I have several reports that use some pretty wickidly designed tables. they have a field for each month and a field for the year. So to figure out the say payments for june 2001 you would have to look for [Contract_Number]= 01 and [Payments_06] to find the amount paid in June.
I'm sure with declared variable I could manipulate the report much easier than the way I'm doing it now which is essentially writing an individual formula for each year and month.
Thanks all.
Any Ideas?
The reason I'm asking is that I have several reports that use some pretty wickidly designed tables. they have a field for each month and a field for the year. So to figure out the say payments for june 2001 you would have to look for [Contract_Number]= 01 and [Payments_06] to find the amount paid in June.
I'm sure with declared variable I could manipulate the report much easier than the way I'm doing it now which is essentially writing an individual formula for each year and month.
Thanks all.