Hello all!
i am using Crystal Reports 10.
We group our products by their item numbers, and output the Quantity Sold Per month in rows of years.
ItemNumber Year JAN FEB MARCH
50 2009 2,193 1,953 1,223 <--(quantity sold)
2010 1,042 1,566 1,223
These are the variables..
{file.QtySoldMonth1}
{file.QtySoldMonth2}....
{file.year}
{file.ItemNumber}
how do i use the values under the months (QntySoldMonth) to include them in any specific calculation? ide like to reference them, and i am looking for the syntax that will call that specific value. meaning use "2193" in my own specified formaula, how can i call that value?
Hope you can help. Thanks so much.
i am using Crystal Reports 10.
We group our products by their item numbers, and output the Quantity Sold Per month in rows of years.
ItemNumber Year JAN FEB MARCH
50 2009 2,193 1,953 1,223 <--(quantity sold)
2010 1,042 1,566 1,223
These are the variables..
{file.QtySoldMonth1}
{file.QtySoldMonth2}....
{file.year}
{file.ItemNumber}
how do i use the values under the months (QntySoldMonth) to include them in any specific calculation? ide like to reference them, and i am looking for the syntax that will call that specific value. meaning use "2193" in my own specified formaula, how can i call that value?
Hope you can help. Thanks so much.