Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have the following two expression
count(distinct{<Part={"=count(Part)=Max(TOTAL Aggr(Count(Part),Part))"}>}Part)
count(Aggr(if(Count(DISTINCT [FG Desc]&PLANT) =1,Part),Part))
I dont want the effect of selection for a perticular field on that expressions
can anyone help me
thanks in Advance
Try this?
count(distinct{1<Part={"=count(Part)=Max(TOTAL Aggr(Count(Part),Part))"}>}Part)
count(Aggr(if(Count({1} DISTINCT [FG Desc]&PLANT) =1,Part),Part))
Hi,
then you need to add these Fields in you set analysis, try like this in bold.
count(distinct{<Field1,Field2,Field3, Part={"=count(Part)=Max(TOTAL Aggr(Count(Part),Part))"}>}Part)
count({<Field1,Field2,Field3>}Aggr(if(Count(DISTINCT [FG Desc]&PLANT) =1,Part),Part))
Try one of this
count({1} distinct{<Part={"=count(Part)=Max(TOTAL Aggr(Count(Part),Part))"}>}Part)
count({1} Aggr(if(Count(DISTINCT [FG Desc]&PLANT) =1,Part),Part))
No ,it is not working
thanks for reply
No ,it is not working
thanks for reply
No ,it is not working
thanks for reply
Try
count({1} distinct{<Part={"=count({1}Part)=Max({1} TOTAL Aggr(Count({1}Part),Part))"}>}Part)
count({1} Aggr(if(Count({1} DISTINCT [FG Desc]&PLANT) =1,Part),Part))
How about this?
Only({1} count(distinct{<Part={"=count(Part)=Max(TOTAL Aggr(Count(Part),Part))"}>}Part))
Only({1} count(Aggr(if(Count(DISTINCT [FG Desc]&PLANT) =1,Part),Part)))
If not, i would respect to ask share image where you done
No ,it is not working