Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Insert Sub Totals

Hi,

I need some sub totals to straight table chart. I need some totals split by CSR and Customer Code.

I have highlighted the results I need in yellow and would like to know how I "break" the report up. It is pretty easy to do in crystal as you group the csr and then add another group for the customer and then add the totals in the group footer. Assume this can be done in Qlikview. Any help would be gratefully received

   

CSRSales Order NumSales Required DateSales Order DateItem CodeSales Ordered QuantitySales Outstanding QuantitySales Order StatusCustomer Code
AE13780901/03/201624/02/2016ITEM215001500AuthorisedB2029
AE13780901/03/201624/02/2016ITEM315001500AuthorisedB2029
AE13940919/08/201629/07/2016ITEM41000000AuthorisedB2029
AE13940919/08/201629/07/2016ITEM51000000AuthorisedB2029
2030003000
AE13919822/07/201606/07/2016ITEM610000AuthorisedB2030
AE13919822/07/201606/07/2016ITEM710000AuthorisedB2030
AE13919822/07/201606/07/2016ITEM810000AuthorisedB2030
AE13947616/09/201605/08/2016ITEM95000050000AuthorisedB2030
AE13947616/09/201605/08/2016ITEM105000050000AuthorisedB2030
AE13947716/09/201605/08/2016ITEM115000050000AuthorisedB2030
AE13947716/09/201605/08/2016ITEM125000050000AuthorisedB2030
AE13996224/10/201626/09/2016ITEM1360006000AuthorisedB2030
209000206000
CamillaHemmingsen13910715/08/201622/06/2016F03938430000091456AuthorisedG7009
CamillaHemmingsen13984510/10/201614/09/2016F04115410000026452AuthorisedG7009
CamillaHemmingsen13984510/10/201614/09/2016S428-6510000026452AuthorisedG7009
500000144360
CamillaHemmingsen13719927/01/201617/12/2015F0395294000AuthorisedOD001
4000
Carole George13747301/02/201620/01/2016F0140732000600AuthorisedR18010
Carole George13747301/02/201620/01/2016S679J-602000600AuthorisedR18010
40001200
Carole George13460605/05/201514/04/2015F039463100000100000AuthorisedW23023
Carole George13480002/06/201528/04/2015F012916/130000058700AuthorisedW23023
Carole George13618606/10/201517/09/2015F0396571000008800AuthorisedW23023
Carole George13618806/10/201517/09/2015F0396561000008800AuthorisedW23023
600000176300
16 Replies
Anil_Babu_Samineni

Nice to hear,

I would also request you to consider marking the helpful response which you think might be helpful for others in the future. You don't have to overdo this but you can mark as many helpful responses as you would like

Qlik Community Tip: Marking Replies as Correct or Helpful

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

I need to supress a couple of columns. the seconds that has authorised and the last one that has -1. If remove them I loose my data settings and it includes records  I don't want. Any help would be gratefully appreciatedI

Anil_Babu_Samineni

Dave Adlard wrote:

I need to supress a couple of columns.

Here, Columns OR Values

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni

If YES, You might use Calculated Dimension that is

If( not wildmatch([Sales Order Status],'*Authorised*','-1'),[Sales Order Status])

or

If([Sales Order Status]<>'Authorised' and Dimension<>'-1',[Sales Order Status])

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

the whole column

Anil_Babu_Samineni

Dave, What you want to do overthere. I am not getting your point

HAve you tried my expression Above

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

Sorry maybe I didn't make myself clear

I will try to explain again - I need to supress 2 columns  from the report

I have managed to suppress the column that contains authorised.

The last column is an expression that only picks authorised records the code is simply

=[Sales Order Status] ='Authorised'

I've looked at your code and excuse my ignorance but what is the "Dimension". Is there not a tickbox like there is in a straight table to suppress a field