Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
May i know how to add filter year > 2010 in to below expression ?
Sum(DISTINCT {<COMPETITOR = {'WAGO', 'iTDS'}>} REVENUE_C)
Paul
Paul, these are some easy set analysis problem. Are you having trouble in implementing set analysis? I recommend looking at this document to gain some understanding of set analysis
my QV Doc
May be this:
Sum(DISTINCT {<COMPETITOR = {'WAGO', 'iTDS'}, year = {'>=2010'}>} REVENUE_C)
Try,
Sum(DISTINCT {<COMPETITOR = {'WAGO', 'iTDS'}, year={'>2010'}>} REVENUE_C)
Paul, these are some easy set analysis problem. Are you having trouble in implementing set analysis? I recommend looking at this document to gain some understanding of set analysis
Hi sunny
I will read thru , thank you
Paul
Thanks for sharing the docs. Its really helpful