I have a fairly complex (for me) report pulling info from various tables in our database. Then for each of these records (or clients), I have inserted a subreport identifying the initial assessment info and the first intervention info. Everything is working so far. Except now, I want to identify where the visits in the subreport took place. If it is identified on the visit activity, everything is fine. However, there are some visits where the location is not filled in (we assume our main site in these cases). If I add that field to the report I only get returns where the location has been filled in. I tried my hand at a formula: if isnull({LookUp.Value}) then
"GCC-Oshawa" else {LookUp.LongDesc} However, now for the records where there is no location, everything else (i.e. date, provider, activity name, etc) is blank EXCEPT the 'GCC-Oshawa'.
Thanks for your help. (I am working with version 9 of Crystal)
"GCC-Oshawa" else {LookUp.LongDesc} However, now for the records where there is no location, everything else (i.e. date, provider, activity name, etc) is blank EXCEPT the 'GCC-Oshawa'.
Thanks for your help. (I am working with version 9 of Crystal)