I have created a business view as follows...
DF has customer tbl - master tbl on c.customer=m.customer
also has a filter on it where customer.status = Active
BE has c.customer, c.name and c.status on it and a filter where c.status = active
LOV field is customer and description field is name
Called CustomerLOV.
On rpt side I create a customer parameter as follows,
name type List of values
customer string dynamic
Prompt group test Select Customer
Existing CustomerLOV - PrompGroup
Value Description Parameters
customer name ?customer
Prompt Text Enter Customer:
Sort Order Ascending by value
Prompt w desc only False
Allow multiple values True
Allow discrete values True
Allow range values False
The report is a sql command and in the command it is also limiting to customer.status = Active.
The problem is when I run the report the list of values that generate still has inactive customers in there, this is an issue because there are 40,000 + customers but only 6000+ active ones, changed reg key to pull back 8000 and since it pulls back inactive the customers i need to run rpt on are not in the list.
Can anyone help????
DF has customer tbl - master tbl on c.customer=m.customer
also has a filter on it where customer.status = Active
BE has c.customer, c.name and c.status on it and a filter where c.status = active
LOV field is customer and description field is name
Called CustomerLOV.
On rpt side I create a customer parameter as follows,
name type List of values
customer string dynamic
Prompt group test Select Customer
Existing CustomerLOV - PrompGroup
Value Description Parameters
customer name ?customer
Prompt Text Enter Customer:
Sort Order Ascending by value
Prompt w desc only False
Allow multiple values True
Allow discrete values True
Allow range values False
The report is a sql command and in the command it is also limiting to customer.status = Active.
The problem is when I run the report the list of values that generate still has inactive customers in there, this is an issue because there are 40,000 + customers but only 6000+ active ones, changed reg key to pull back 8000 and since it pulls back inactive the customers i need to run rpt on are not in the list.
Can anyone help????