Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
devarasu07
Master II
Master II

Calculated dimension not working

Hi All,

below expression not working in calculated dimension but it's working in expression. kindly advise me. thanks

=if((Count({<Year={'*'},Week={'*'},Type_ID={'RO'}>} distinct OrderQty))>0, 'Repeat', '-')

Note: used pivot table

Regards,

Dev

1 Solution

Accepted Solutions
devarasu07
Master II
Master II
Author

Hi Anil,

Issue resolved,

=Aggr(if((Count({<Year={'*'},Week={'*'}>}distinct OrderQty))>0, 'Repeat', '-'),ArticleNo)

View solution in original post

2 Replies
Anil_Babu_Samineni

Would you provide sample to work, Why it's not working because you can't do direct count in Dimension level. Might require aggregation function. Can you share the application?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
devarasu07
Master II
Master II
Author

Hi Anil,

Issue resolved,

=Aggr(if((Count({<Year={'*'},Week={'*'}>}distinct OrderQty))>0, 'Repeat', '-'),ArticleNo)