Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I am having an expression like below
Sum({<year={2015}>}Sales)/Sum(Profit) + (Sum({<year={2016}>}Sales))/Sum({<Product={Apple}>}profit)
For 2015 denominator is Sum(Profit) and 2016 Denominator is Sum({<Product={Apple}>}profit)
but if execute above expression both denominator taking Sum({<Product={Apple}>}profit) please can any one resolve above condition.
Thanks in advance
Would you be able to share a sample where we can see the issue?
Hi Kindly find the attached QVW file for your reference and as well as excel file what data we load.
I have did 2 no of pivot table with different expressions.
1 expression with filter condition in denominator other 1 without filter condition
Kindly can anyone help me to resolve above mention problem.
Thanks in Advance
Do you notice that your supplier field values are all upper case, but you are using Captilized Supplier name in set analysis (SAMSUNG vs Samsung)?
So, if I change my expression to
(SUM({<COMODITY={'HDD'}>}[SR NO])/SUM(BU)) + (SUM({<COMODITY={'MEMORY'}>}[SR NO])/SUM({<SUPPLIER= {'SAMSUNG'}>}BU))
It gives me this
Thanks its working in Qlikview but in Qliksense its not working pls help me for that
QlikView and Qlik Sense work the same exact way. If you are able to share a sample where we can see the issue, I am more than happy to take a look
Hi my sense desktop version is not responding that's why i am unable to send QVF file.
But i have check same expression in sense hub its not working.
using this expression
(SUM({<COMODITY={'HDD'}>}SR_NO)/SUM(BU)) + (SUM({<COMODITY={'MEMORY'}>}SR_NO)/SUM({<SUPPLIER= {'SAMSUNG'}>}BU))
I am getting the results like below. Pls help me
Pls some one solve above problem
Your field name is COMMODITY, not COMODITY... in QlikView you sent it to me as COMODITY which is why I had to use COMODITY. May be that is the issue?