Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Expert,
i need a help. please find the attached Raw Data for your reference.
i have set of 2 years data. the raw data having Txn Count details in single (C) columns.
i want to show the total Txn year wise using table as per group.
Need output like this.
Group | 2016 | 2017 | ||||
Fin | 164,336 | 617,550 | ||||
Xm | 86,705 | 62,723 | ||||
Total | 251,041 | 680,273 |
How to split the Txn Count using Expression in table.
kindly help me for this.
Hi
sum({<Group={'Fin'}>}[Total Txns]) Expression for Fin
sum({<Group={'Xm'}>}[Total Txns]) Expression for Fin
Hi,
Not sure if you are asking about QlikView or Qlik Sense, but works pretty much the same for both.
Create a Pivot table with Group and year as dimensions, add the sum of your txn as a measure and pivot year as a column to split out the years. Should look like this ..
QlikView
Qlik Sense
Hi,
platform: Qlik Sense
If its possible make this using expressions.
Hi,
Sum({<Group-={'Total'}>}FIELDNAME)
Hi
sum({<Group={'Fin'}>}[Total Txns]) Expression for Fin
sum({<Group={'Xm'}>}[Total Txns]) Expression for Fin
Thanks a Lot @axn
Thanks a Lot kaanerisen
Thanks a Lot @vishal pujari
for my chart above, only require Sum(Total Txns)
hi lisa
sum(Total Txns ) expression also work