cancel
Showing results for 
Search instead for 
Did you mean: 

Low Limit in the Chart Web Item...

Former Member
0 Kudos

Hi Experts,

My question is: is possible to parameter the low limit of a Chart Web Item, that is, I don't want the low limit be automatic or fixed, the low limit should to be a data value. I need to show a column but whose inferior limit is not the 0, but a value of data, for example:

Category 1 Category 2

7000 8000 <--- High Limit

6000 6000 <---Low limit

The column or line would have to include from 6000 to 7000 for category 1, not from 0 to 7000

Any Idea?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

Leonel,

You could do it this way...

1. Have the logic built into a Virtual KF and have it generate the values as required.

2. Or have the same query precalculated to have access to the value set and then have the virtual KF take the values from the same.

Using this you can get the value for the same. Some thought on the way this could be achieved , pl correct me if I am wrong.

Arun