Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to add one more bar in start of chart. I have attcahed qvw and final image.
I have formulae for extra bar.
I have already tried total in dimension limit but thats not working
Help is appreciated.
What is the logic behind that bar?
If you want to see a total bar, you can do this:
I have already tried total, so not working.
l want to put 16 in that bar.
What does that 16 means my friend? How did you decide that number? Is there a logic behind 16 here? Is it always going to be 16 or will it be dynamic?
What is the rational for wanting to show 16 ?
As in how would you want to calculate it ?
logic is sum(F2)-8
sum(F2)-8
Try this expression:
If(Dimensionality() = 0, Sum(F2) - 8, Sum(F2))
Thanks a lot.
how to add Total in start instead of at end?