Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I write set analysis to count OmOrdID's where all of the following conditions apply?
{$<OmOrdID = {"=DocumentDate = AuditDate2"}>}
{<Document_8_4 = {'Y'}>}
{<Betw_8_4 = {'Y'}>}
{<Conf_Rec_Date = {'Y'}>}
{<Betw_8_midn = {'Y'}>}
May be this:
Count({$<OmOrdID = {"=DocumentDate = AuditDate2"},
Document_8_4 = {'Y'},
Betw_8_4 = {'Y'},
Conf_Rec_Date = {'Y'},
Betw_8_midn = {'Y'}
>} OmOrdID)
May be this:
Count({$<OmOrdID = {"=DocumentDate = AuditDate2"},
Document_8_4 = {'Y'},
Betw_8_4 = {'Y'},
Conf_Rec_Date = {'Y'},
Betw_8_midn = {'Y'}
>} OmOrdID)
Thank you!!!!!!!!!!!!!!!!!!1