I am asked to run a report that will show changes in member's category (previous to current). The objective is for user of the report to be able to enter even a wild character in the parameter set. I have the previous and current category as parameters. Below is what I have in my Select Expert:
@toDate} = {?Date} and
{Gen_Tables.TABLE_NAME} = "CATEGORY" and
{Activity.ACTIVITY_TYPE} = "STATUS_CHG" and
{Activity.PRODUCT_CODE} = "Name.CATEGORY" and
{Activity.UF_2} = {?New Category} and
{Activity.UF_1} = {?Previous Category} and
{Name.STATUS} = "A"
I could give more info if needed to clarify further the requirements. I would be glad to get any assistance as I am new in Crystal. We are using CR9 by the way.
Thanks,
TomiCobi
@toDate} = {?Date} and
{Gen_Tables.TABLE_NAME} = "CATEGORY" and
{Activity.ACTIVITY_TYPE} = "STATUS_CHG" and
{Activity.PRODUCT_CODE} = "Name.CATEGORY" and
{Activity.UF_2} = {?New Category} and
{Activity.UF_1} = {?Previous Category} and
{Name.STATUS} = "A"
I could give more info if needed to clarify further the requirements. I would be glad to get any assistance as I am new in Crystal. We are using CR9 by the way.
Thanks,
TomiCobi