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

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.

2 Replies
MarcoWedel

Rangemin(Field,100000)

?

schiappacasse
Contributor II
Contributor II

If(Field>n , n , Field)

is this what you mean?