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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

How to break the data points

Hi All,

How to break the values in X and Y axis like below

0.5

5

7.5

10

12.5

15

17.5 like this...........

Please see the attached

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

In Axes tab set like this

Static Min : 0

Static Step : 2.5

for both the expresions.

Regards,

Jagan.

View solution in original post

8 Replies
sunny_talwar

Not entirely sure I understand the requirement. What exactly are you trying to do?

prma7799
Master III
Master III
Author

Hi Sunny,

I want to break the scale on both side like

0.5

5

7.5

10

12.5

15

17.5

as in the attachment have scale 0 5 10 15 20 and 0 -5 and right hand side 0 5 10 and -5 -10 -15....

(like seconds we have milliseconds )

jagan
Partner - Champion III
Partner - Champion III

Hi,

In Axes tab set like this

Static Min : 0

Static Step : 2.5

for both the expresions.

Regards,

Jagan.

prma7799
Master III
Master III
Author

Hi Jagan,

Your suggestion is right but i want to remove the zero in 5 10 15 20

PFA...

HirisH_V7
Master
Master

You can write in expression like ..if('Field'='0' or '7' ,Null())

Or

else Change number format settings.

Thanks.

HirisH
“Aspire to Inspire before we Expire!”
jagan
Partner - Champion III
Partner - Champion III

Hi,

Then In Axes tab set like this

Static Min : 5

Static Step : 5

for both the expresions.

Regards,

Jagan.

prma7799
Master III
Master III
Author

If i set like above then 2.5 7.5 12.5 will not visible.

jagan
Partner - Champion III
Partner - Champion III

Then set like below

Static Min : 2.5

Static Step : 2.5

Now you will get values like 2.5, 5, 7.5, 10, 12.5 etc.

Regards,

Jagan.