Background: I am just starting to work in v9.2, cut my teeth in 6.5, 7.6.
So, nothing is where I expect it to be! LOL
I'm trying to create a query BO with one parameter. That's it
Query is
"Team" as defined as a text parameter
When I test using parameter value of "Service Management Team", no errors, but no results and the BO is unusable
If I removed the parameter and hardcode the value in the query like
It works fine
So, nothing is where I expect it to be! LOL
I'm trying to create a query BO with one parameter. That's it
Query is
Code:
select er_fullname from er_eservicedesk where er_department = @Team order by er_fullname
"Team" as defined as a text parameter
When I test using parameter value of "Service Management Team", no errors, but no results and the BO is unusable
If I removed the parameter and hardcode the value in the query like
Code:
select er_fullname from er_eservicedesk where er_department = 'Service Management Team' order by er_fullname
It works fine
Forum: Metastorm BPM 9 Designer