Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to show a graph of sales where i have returned things in negative.
I also have a contion that allows me to show if the sale is on a especific program:
Sum({$<Duplica={"0"}>}[SumOfTEVSEQ01])
I would need to show the negative values in the graph but i dont know how.
Thank you.
Check this out
Is your expression not showing negative values? Can you share a sample to take a look at?
The graph do not totalize correctly. cause it should be 208.820... 7 are returned items so they are negative -7
It sais
Try with this
and this formula:
Sum({$<Duplica={"0"}>}[SumOfTEVSEQ01])
it does not sum the negatives.
What is Duplica here?
Duplica is the mark for the program so if its false I should sum it and if its true I should not take it into consideration.
Does Duplica include 0 and 1 or False and True? This seems to be working for me
Sum({$<Duplica={'FALSE'}>} SumOfTEVSEQ01)
I tried this but the graph becomes empty
Can you share your app?
sorry I dont know how to do that! i am new in qlik 😕