Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sum by categories

Hi,

I have 2 fileds

categamount
A - categ112
A - categ2100
A - categ1123
A - categ355
B - categ3361
B - categ4488

i need to make totals

- on transactions where categ starts with "A-"

- on transactions where categ starts with "B-"

thanks in advance

1 Solution

Accepted Solutions
Greg_Williams
Former Employee
Former Employee

Possible Solution?

=left(categ,1) as a calculated dimension in the Dimension tab of a straight table or chart?

See the attachment (built with 11.20 sr5)

Hope this Helps.

Greg

View solution in original post

2 Replies
Greg_Williams
Former Employee
Former Employee

Possible Solution?

=left(categ,1) as a calculated dimension in the Dimension tab of a straight table or chart?

See the attachment (built with 11.20 sr5)

Hope this Helps.

Greg

Anonymous
Not applicable
Author

Thank you Greg!

It made the work ...