Hi all,
My report deals with forecasting values for the next year. the report will forecast the price value of 7 products. now all the coding is the same for all the fields, except that the product field will change for every field. now i want to use only one formula, and have variables , so that i can change only the respective variables in each field and keep the rest of the formula same.
for eg: if product = scanner then blabla bla..in the next row...say product = engines..bla bla bla..its a pretty long code , so i want to use a global or a shared variable say "prod" and check for every field . but that does not work. for some reasons i am not able to pass the variables. the values are the same in each field.
My report deals with forecasting values for the next year. the report will forecast the price value of 7 products. now all the coding is the same for all the fields, except that the product field will change for every field. now i want to use only one formula, and have variables , so that i can change only the respective variables in each field and keep the rest of the formula same.
for eg: if product = scanner then blabla bla..in the next row...say product = engines..bla bla bla..its a pretty long code , so i want to use a global or a shared variable say "prod" and check for every field . but that does not work. for some reasons i am not able to pass the variables. the values are the same in each field.