I'm trying to create a Program Report that will only report out on programs that have a project with one of two specific custom forms attached (I can also attain the same result using template ID instead of category ID) but every time I try to write the EXISTS statement I get hung up.
Solved! Go to Solution.
Views
Replies
Total Likes
Hey Monique, something like this should work:
EXISTS:1:$$OBJCODE=PROJ EXISTS:1:programID=FIELD:ID EXISTS:1:templateID=yourtemplateIDhere EXISTS:1:templateID_Mod=in OR:a:EXISTS:1:$$OBJCODE=PROJ OR:a:EXISTS:1:programID=FIELD:ID OR:a:EXISTS:1:templateID=yourothertemplateIDhere OR:a:EXISTS:1:templateID_Mod=in
Sub out the pink with your template IDs. Hope it helps!
Hey Monique, something like this should work:
EXISTS:1:$$OBJCODE=PROJ EXISTS:1:programID=FIELD:ID EXISTS:1:templateID=yourtemplateIDhere EXISTS:1:templateID_Mod=in OR:a:EXISTS:1:$$OBJCODE=PROJ OR:a:EXISTS:1:programID=FIELD:ID OR:a:EXISTS:1:templateID=yourothertemplateIDhere OR:a:EXISTS:1:templateID_Mod=in
Sub out the pink with your template IDs. Hope it helps!
Thank you so much!! I had the second line backward.
Views
Replies
Total Likes