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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Minimize the value in a line chart

Hi!

I have taken a line chart and took 2 different field Both are showing above one 200000. I need to minimize one field to less than 100000

How can i limit the value of a field

can u please help me

Thanks in advance.

Labels (1)
2 Replies
MarcoWedel

Rangemin(Field,100000)

?

schiappacasse
Contributor II
Contributor II

If(Field>n , n , Field)

is this what you mean?