ChiTownDiva
Technical User
I'm writing a report that has a parameter called {?Location}. It uses a pick list that has states and cities on it (i.e. "AL Birmingham". The actual data is "ALBIRMIN".
I also created a formula called "Location" to convert the parameter field back to the actual data:
If {?Location} = "Al Birmingham" then crse_session.site_cd is "ALBIRMIN" else
(blah, blah)
For some reason when I use this in the report expert:
crse_session.site_cd like {@Location}
I get an error.
What am I not doing?
Thanks.
ChiTownDiva
I also created a formula called "Location" to convert the parameter field back to the actual data:
If {?Location} = "Al Birmingham" then crse_session.site_cd is "ALBIRMIN" else
(blah, blah)
For some reason when I use this in the report expert:
crse_session.site_cd like {@Location}
I get an error.
What am I not doing?
Thanks.
ChiTownDiva