Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to make a bar chart with dimensions Market and (Sales Value * Quantity )=Total Sales/
So, for second dimension , what do i mention in expression value.
:Aditi
Put square brackets around Indirect Sales Units: [Indirect Sales Units]
Perhaps it's easier if you select the field in the Field drop down box below and use the Paste button to insert it into your expression. That will make sure the brackets are added automatically and the name of the field won't be misspelled.
Use Market as dimension and as expression sum([Sales Value] * Quantity)
hi aditi.
make Sum(Value) copy and paste this into you expression.
You just need one dimension ( Market ) and one expression ( sum([Sales Value] * Quantity) )
I took definition as sum([Indirect Sales Value] * [[Indirect Sales Units]) , but chart shows no data to display
I have taken the same Luis. Kindly check attached sna[pshot
Please find attached file and check it..
Put square brackets around Indirect Sales Units: [Indirect Sales Units]
Perhaps it's easier if you select the field in the Field drop down box below and use the Paste button to insert it into your expression. That will make sure the brackets are added automatically and the name of the field won't be misspelled.
Hi Sunil,
I am using trial version of Qlikview.
Thanks, its showing up now.