Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
i am new on Qlik sense,
Here I want to Sum SCRAP COST value column with "Same Date", "Same Shop NAME", "Same REASON CODE"
pls revert me.
Thanks
Sunil
Thanks For your valuable reply MayilVahanan,
Its Working Fine , Thank you very much.
Sum(Total<[SHOP NAME], [REASON CODE] > [SCRAP COST])
Thanks & regards
Sunil
Hi
May be this
Aggr(sum([SCRAP COST ],Date,[SHOP NAME],[REASON CODE])
hi ,
thanks Brunobortels , for your advice but not working
Error in Expression: Aggregate takes at least two parameter.
Hi
my bad
try like this :
Aggr(sum([SCRAP COST ] ) ,"Date",[SHOP NAME],[REASON CODE])
and replace "Date" with your date field name
regards
Hi
Create a table chart and add,
Dim: "Same Date", "Same Shop NAME", "Same REASON CODE"
measure: sum([SCRAP COST ])
are u facing any issue ?
Thanks but it does not display any value.
Thanks
Sum([SCRAP COST])
Working but
my requirement is Sum([SCRAP COST]) with Same [REASON CODE], Same[SHOP NAME]
Thanks
In that case, u can remove Date dimension.
If my understanding is wrong, can u explain ur requirement in details
Ok thanks for revert me,
in the above table there is one filter pane Date for select,
In table Column Are "Cost Center", "SHOP NAME"", "SCRAP COST" ,& "REASON CODE"
I want to add SUM([SCRAP COST]) if [SHOP NAME] will same & [REASON CODE] also same.
In Above Screen shot,
I Want to Add Sum[SCRAP COST] Whose Shop name=P BLOCk & Reason CODE=19,
Same like that in my table multiple Shop name & Multiple reason code so i want to Sum[SCRAP COST] whose Shope name will same & Reason code will be same.
I hope you will get my requirement .
Thanks
Hi
Try like below
Sum(Total<[SHOP NAME], [REASON CODE] > [SCRAP COST])
It will display total scrap cost based on shop name & reason code