Hi,
I'm using CR 2008. I created a formula to show Yes and No on the report. Now that I successfully show them, I only wanted to show all data with Yes on the report but I'm having a hard time to do it. Can you please help me? Here is the formula (@Duplicate) that I've created.
if ({PR.id} = next({PR.id})
or
{PR.id} = previous({PR.id}))
then
"YES"
else
"NO"
Thanks in advance,
netchie
I'm using CR 2008. I created a formula to show Yes and No on the report. Now that I successfully show them, I only wanted to show all data with Yes on the report but I'm having a hard time to do it. Can you please help me? Here is the formula (@Duplicate) that I've created.
if ({PR.id} = next({PR.id})
or
{PR.id} = previous({PR.id}))
then
"YES"
else
"NO"
Thanks in advance,
netchie