I'm a beginner who has only had a crash course in CR 10 and is working on CR 8.5. The report I am writing has a parameter to select which sites you wish records from based on a field with that data in it, but I also want to add an "ALL" option so that they don't have to manually add all the sites. I looked at another report that has this functionality, but my trying to mod my code to get the same results only ends up with a blank report with no data pulled.
My formula code in the Select Expert:
({S_CUST_SURVEY.LAST_UPD} = {?WhatDates} ) and
(If ({?WhatSites} = "ALL" then TRUE
else {S_CONTACT.SITE} = {?WhatSites})
Any help is much appreciated.
My formula code in the Select Expert:
({S_CUST_SURVEY.LAST_UPD} = {?WhatDates} ) and
(If ({?WhatSites} = "ALL" then TRUE
else {S_CONTACT.SITE} = {?WhatSites})
Any help is much appreciated.