rbh123456789
Technical User
CR 11.5
//This is my record selection forumula
{RPT_R_MONTH.PreviousDate}<= {?date_end};
{RPT_R_MONTH.ID} <> 432;
There is a record (432) that i want to exclude from Crystal. When '{RPT_R_MONTH.ID} <> 432;' is in the formula, it stops the '{RPT_R_MONTH.PreviousDate}<= {?date_end};' parametre from working and it pulls ALL the records and ignores the {?date_end} parameter.
When the RS forumla does NOT have the '{RPT_R_MONTH.ID} <> 432;' portion, the forumla works fine, but then i have the problem of the extra record.
Any ideas?
//This is my record selection forumula
{RPT_R_MONTH.PreviousDate}<= {?date_end};
{RPT_R_MONTH.ID} <> 432;
There is a record (432) that i want to exclude from Crystal. When '{RPT_R_MONTH.ID} <> 432;' is in the formula, it stops the '{RPT_R_MONTH.PreviousDate}<= {?date_end};' parametre from working and it pulls ALL the records and ignores the {?date_end} parameter.
When the RS forumla does NOT have the '{RPT_R_MONTH.ID} <> 432;' portion, the forumla works fine, but then i have the problem of the extra record.
Any ideas?