Someone can tall me why my selection formula does not work?(it means the dealer ID filter works, but the discount filter doesnt work, i got always all discounts, even i select the filter "59")
{vDW_KPI_SALES_MASTER.SHIPPED_DATE}>={?Start Date} and
{vDW_KPI_SALES_MASTER.SHIPPED_DATE}<={?End Date}
and
if {?Dealer ID}<>"*ALL" then
{vDW_KPI_SALES_MASTER.CUSTOMER_ID} in {?Dealer ID}
else
true
if {?Discount}<>"*ALL" then
if {?Discount}<>"<60" then
{vDW_KPI_SALES_MASTER.DISCOUNT}<60
else if {?Discount}=">=60" then
{vDW_KPI_SALES_MASTER.DISCOUNT}>=60
else
true
thx in advance
{vDW_KPI_SALES_MASTER.SHIPPED_DATE}>={?Start Date} and
{vDW_KPI_SALES_MASTER.SHIPPED_DATE}<={?End Date}
and
if {?Dealer ID}<>"*ALL" then
{vDW_KPI_SALES_MASTER.CUSTOMER_ID} in {?Dealer ID}
else
true
if {?Discount}<>"*ALL" then
if {?Discount}<>"<60" then
{vDW_KPI_SALES_MASTER.DISCOUNT}<60
else if {?Discount}=">=60" then
{vDW_KPI_SALES_MASTER.DISCOUNT}>=60
else
true
thx in advance