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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to keep the QlikView chars data

Hi,

I have a qlikview chars showing informatios but it changes when select others selection parameters.

I need to keep the qlikview char data fixed even if the user changes the current selections

I don't find the char property that let me do this.

Anyone know about this?

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi,

already I solved.

I only less me an conditions in the sintax.

I just had:

Aggr(Sum(Campo),id)

but the correct sintax was Aggr({<campo={3}, id={">0"}>}Sum(Campo),id)

Now is working correctly.

Your answer is good too but don't apply in this case because i had to agregate by field ID.

View solution in original post

2 Replies
MK_QSL
MVP
MVP

You need to write your expression as below

Consider that you have SUM(Sales) as expression

Use

SUM({1}Sales)

Not applicable
Author

Hi,

already I solved.

I only less me an conditions in the sintax.

I just had:

Aggr(Sum(Campo),id)

but the correct sintax was Aggr({<campo={3}, id={">0"}>}Sum(Campo),id)

Now is working correctly.

Your answer is good too but don't apply in this case because i had to agregate by field ID.