The dataset where you use the parameter should look something like this:
SELECT statecodename, statecode
FROM FilteredOpportunity AS CRMAF_FilteredOpportunityWHERE (accountid = @CRM_Accountid) AND (statecode = @CRM_Opp_Statt) OR
(accountid = @CRM_Accountid) AND (@CRM_Opp_Statt = - 1)
For Text variables:
Use a (list) dataset, similar to this:
The dataset where you use the parameter should look something like this:
Geen opmerkingen:
Een reactie posten