Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following bar chart :dimension "indic" which is set to "Total" and "Detail" and a second dimension "Category" which has the values: "Chicken", "Frozen ",.... my formula is:
=if(indic<>'detail',
count({<Distributeur=>} num_ligne)/count( {<Distributeur=>}Total num_ligne)
,count({$<Catégorie>}num_ligne)/count( {$<Catégorie>}total num_ligne))
here's what I get
I hope this is clear,
thanks,
Djallel Sadki