Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have problem to get sales when i have multiple %childs, what i want is when i select %Head i want to get all sales values from %Child. This works when i have a 1 to 1 relation between %Head and %child not when %childs are many.
This is about Items and need to know the sales from the Headitem and the childitems that belongs to the Headitem in the same Expression.
My expression: sum ({$<%Head = {"$(=%child)"}>}Sales)
hi
may be you can try something like
sum({<%Heads={"$(=concat(%Child,',')"}>}Sales)
can u post the sample data
Sushil, no Ii cant.
hi
may be you can try something like
sum({<%Heads={"$(=concat(%Child,',')"}>}Sales)
Thanks liron, smal correction with no of Brackets and reduce of " then it works perfect!
sum({$<%Head={$(=concat(%child,','))}>}Sales)