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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Label Totals in automatical Partial sums by current field value

Good day!

Please suggest: is it possible to label Totals in automatical Partial sums by current field value?

There is the print screen in attachment displaying the problem.

Label for Totals as field BrCatSort doesn't work...

I need to get Total Label as current value of  BrCatSort in table.

Thanks in advance!

7 Replies
MK_QSL
MVP
MVP

Try the same without using =

BrCatSort

Not applicable
Author

It this case Qlikview displays total just as text "BrCatSort", but i need concrete current value of this field - "Juices & Nectars" in first total and then "CSD" in the second and so on...

SunilChauhan
Champion II
Champion II

you can use expression for that field as i see above Juice &Nectars after Equal to

it will show you in

or only(That expression)

Sunil Chauhan
Roop
Specialist
Specialist

I think that you should be able to use =MaxString(BrCatSort). QlikView doesn't realise that all the values are the same so needs the MaxString to sort.

jagan
Partner - Champion III
Partner - Champion III

Hi David,

There is no direct setting for this, you can try like this in the sample attached

http://community.qlik.com/docs/DOC-3860

Regards,

Jagan.

Not applicable
Author

MaxString will return value with maximal symbols, it will be the same for all subtotals, but i need the dynamic labels - unigue for each category.

For example for Juices & Nectars it will be total label Juices & Nectars, for CSD - CSD, in other words the current value of the field:

Juices & NectarsSadochok
Sandora
Juices & Nectars
CSDPepsi
Mirinda
CSD

Is it possible?

Thanks!

Not applicable
Author

Hi Yuliya, did you ever find a solution?  I am trying to do this as well.  (I would have thought it would be simple!)