I need assistance with writing a formula.
Requirement: Display a "1" for each record that have a Status of "Work In Progress" and have a Date Diff of 10-59 days.
If I do the following,
if {CHG_Task.Status}='WorkInProgress' then 1
then the one displays; but as soon as I add the other clause to it,
if DateDiff ("d",{CHG_Task.Create_date},{?EndDate}) in 10 to 59 and {CHG_Task.Status}='WorkInProgress' then 1
or
if (DateDiff ("d",{CHG_Task.Create_date},{?EndDate}) in 10 to 59 and {CHG_Task.Status}="WorkInProgress") then 1
the number doesn't display.
Looks to be really simple, but my output is not displaying the way it should.
Thanks in advance to anyone who may be of assistance.
![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)
Requirement: Display a "1" for each record that have a Status of "Work In Progress" and have a Date Diff of 10-59 days.
If I do the following,
if {CHG_Task.Status}='WorkInProgress' then 1
then the one displays; but as soon as I add the other clause to it,
if DateDiff ("d",{CHG_Task.Create_date},{?EndDate}) in 10 to 59 and {CHG_Task.Status}='WorkInProgress' then 1
or
if (DateDiff ("d",{CHG_Task.Create_date},{?EndDate}) in 10 to 59 and {CHG_Task.Status}="WorkInProgress") then 1
the number doesn't display.
Looks to be really simple, but my output is not displaying the way it should.
Thanks in advance to anyone who may be of assistance.
![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)