I cannot reproduce your case. A sample data would be helpful for diagnostics. My email is sergiy at opencdisc dot org
Please ensure that you do not have any leading space character in DSSTDTC variable values. It looks like in your example a row #4 in DS domain includes this programming error. Check for SD1021 messages in DS domain.
Can someone in the group provide me a solution to the issue described below?Here’s the issue:
DS Domain
SubjectID EPOCH DSSTDTC
xx-xxx SCREENING 2016-03-31T10:36
xx-xxx TREATMENT 2016-05-05
xx-xxx TREATMENT 2016-07-28
EX Domain:
SubjectID EPOCH EXENDTC
xx-xxx RUN-IN 2016-05-05
xx-xxx TREATMENT 2016-07-28
As we can see the subject EXENDTC is less than or equal to the latest disposition date,the open CDISC validator fires FDAC050 message in the report.Not sure why it is doing only for selected subjects. There are some other subjects with the exposure end date that is equal to or less than the max(dsstdtc) but it’s not firing FDAC050 for those subjects.I wonder if this logic to compare the two dates has not been implemented correctly.Any help regarding this issue is appreciated.