Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to sum all shipped_qty where the organisation is not equal to 1020 and the curret period flag is equal 'Y'
=Sum({< CurrentPeriodFlag = {'Y'},{<ORGNAISATION-={'1020'}>} Invoice_Details.SHIPPED_QTY)
Ok thank you guys for your support I have the answer :-
Sum({<CurrentPeriodFlag = {'Y'},ORGANISATION_ID-={1020}>} SHIPPED_QTY)
=Sum({< CurrentPeriodFlag = {'Y'}, ORGNAISATION-={'1020'}>} Invoice_Details.SHIPPED_QTY)
Removed extra '{<'
I think set identifier is missing.
I removed '{<' still does not work added an extra '}' and that doesn't work either
Hi,
Try below.
sum({<CurrentPeriodFlag = {'Y'},ORGNAISATION-={'1020'}>}Invoice_Details.SHIPPED_QTY)
If possible hare sample file.
Regards
ASHFAQ
Hi Mina
Try this:
=Sum({$< CurrentPeriodFlag = {'Y'},{<ORGNAISATION-={'1020'}>} Invoice_Details.SHIPPED_QTY)
I think you missed the "$"
Ok thank you guys for your support I have the answer :-
Sum({<CurrentPeriodFlag = {'Y'},ORGANISATION_ID-={1020}>} SHIPPED_QTY)
Does the dollar include the selections in the UI doc?
I don't think so. It's part of Set Analysis syntax.
I see your not equivalent sign is missing the expression, you need to use <> for at the organsisation where it is not equals to 1020