Are you executing the report with the same user? If you execute the report with two different user with distinct security filter is normal that the report reject again.
Hi
I think that it is possible. You can make a new father attribute GenericDate of three attribute PacificDate, CentralDate, EastrenDate. Now you must to do a filter of date with the new attribute GenericDate. When you choose a PacificMonth the filter of Genericdate take the path for the...
Hi
I think it’s possible but you have made a composed query like that:
Select a.patient_id_string, a.survey_date from
(select patient.patient_id_string patient_id_string, survey.survey_date survey_date
from
survey,
patient
where survey.patient_id = patient.patient_id
and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.