antiskeptic
Programmer
I'm very frustrated, and am not sure what I am doing wrong.
Below is my formula in the Record Selection of my report:
{PayPeriodEndDate} = {?Pay Period End Date}
and (
(if {?CommunityID} = "" then {CommunityID}like "*"
else {CommunityID}in ({?CommunityID}))
or
(if {?Community} = "" then {CommunityDesc}like "*"
else {CommunityDesc}in ({?Community}))
)
I thought this should give me what I want. Which is the ability to choose a {PayPeriodEndDate} (mandatory) and / or a Community ID or Description (optional). IF this is confusing and I have not made myself clear, please let me know and I will post more details.
Sincerely,
AntiSkeptic
Below is my formula in the Record Selection of my report:
{PayPeriodEndDate} = {?Pay Period End Date}
and (
(if {?CommunityID} = "" then {CommunityID}like "*"
else {CommunityID}in ({?CommunityID}))
or
(if {?Community} = "" then {CommunityDesc}like "*"
else {CommunityDesc}in ({?Community}))
)
I thought this should give me what I want. Which is the ability to choose a {PayPeriodEndDate} (mandatory) and / or a Community ID or Description (optional). IF this is confusing and I have not made myself clear, please let me know and I will post more details.
Sincerely,
AntiSkeptic