Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
i want to sum of values based on multiple conditions in expression below is my expression
sum({<eCRFFormName=P(m_FormName),PageMissing -={'0'},missing_CriticalForm={'Yes'}>} PageMissing)
eCRFFormName and m_FormName different fields from different tables, how to match different field values in set expression,Please give me your suggestion to modify the above expression
Regards,
Hari,
How do these field values look like?
try this
sum({<eCRFFormName={"=eCRFFormName=m_FormName"},PageMissing -={'0'},missing_CriticalForm={'Yes'}>} PageMissing)
Can you share a sample? Difficult to know what you are trying to do, just by looking at an expression