ChiTownDiva
Technical User
Happy Tuesday (I think!)
I don't know why for the life of me I can't ever seem to get this...I think I have a steel plate in my head when it comes to this...
Okay...he goes...
Got a parameter called {?Session Status}. The choices for the session status are:
All
Cancelled
Closed
Full
On Hold
Scheduled
In creating the parameter, I'm allowing multiple parameters and using the "Define Description" button, so the actual values for each are:
All = *
Cancelled = C
Closed = O
Full = F
On Hold = H
Scheduled = S
When I used the parameter in my selection criteria, I did this:
If {?Session Status} <> 'All'
Then {CRSE_SESSION.CRSE_SESSION_STATUS_CD} In {?Session Status}
Else if {?Session Status} = 'All' then {CRSE_SESSION.CRSE_SESSION_STATUS_CD} LIKE '*')
I even tried:
If {?Session Status} <> 'All'
Then {CRSE_SESSION.CRSE_SESSION_STATUS_CD} In {?Session Status}
Else {CRSE_SESSION.CRSE_SESSION_STATUS_CD} LIKE '*')
Neither one works. I know this is something simple that I'm not seeing, but my brain is starting to ooze.
Thanks in advance for any help with this...
ChiTownDiva![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)
I don't know why for the life of me I can't ever seem to get this...I think I have a steel plate in my head when it comes to this...
Okay...he goes...
Got a parameter called {?Session Status}. The choices for the session status are:
All
Cancelled
Closed
Full
On Hold
Scheduled
In creating the parameter, I'm allowing multiple parameters and using the "Define Description" button, so the actual values for each are:
All = *
Cancelled = C
Closed = O
Full = F
On Hold = H
Scheduled = S
When I used the parameter in my selection criteria, I did this:
If {?Session Status} <> 'All'
Then {CRSE_SESSION.CRSE_SESSION_STATUS_CD} In {?Session Status}
Else if {?Session Status} = 'All' then {CRSE_SESSION.CRSE_SESSION_STATUS_CD} LIKE '*')
I even tried:
If {?Session Status} <> 'All'
Then {CRSE_SESSION.CRSE_SESSION_STATUS_CD} In {?Session Status}
Else {CRSE_SESSION.CRSE_SESSION_STATUS_CD} LIKE '*')
Neither one works. I know this is something simple that I'm not seeing, but my brain is starting to ooze.
Thanks in advance for any help with this...
ChiTownDiva
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)