cancel
Showing results for 
Search instead for 
Did you mean: 

Gauge on BI query

Former Member
0 Kudos

I'm tying to create a model where I'd like to show a gauge based on a BI query.

As of yet, I've been trying to create one on a iView with no luck.

Please guide me through a brief procedure for doing this.

Thanks in advance...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Frank,

just create a new form view. Then include the gauge component.

Its only possible to use an expression to supply the gauge.

The easiest way is to create an new num STORE field, for example "Gauge". Then just fill this field with your query or anything else.

The expression for your gauge element should look like this:

STORE@Gauge

Finally just put one start point in front of your form view and deploy the model.

Regards

Florian

Former Member
0 Kudos

Florian,

your response guides me towards the right direction but since I'm totally new to VC, I'm getting really confused about how to technically go about completing such a model of creating a gauge on a query.

If you could provide step by step guidance, n i know it wont be too many, to create create a gauge on a simple query that shows one force element and its material readiness, I would be extreme helpful.

Thanks

Former Member
0 Kudos

I am looking for the same. kindly post if you find anything relevant. thanks!

Former Member
0 Kudos

Hi Frank,

so here is the step by step solution...

Creat a new model

Creat a new iView and drill into the iView

Creat a new FormView

Creat a STORE object

Integrate your query (using FindData)

Creat a StartPoint in front of your query and connect it with the input port of your query

Creat a new field (type number) in your STORE object (using double click on the STORE obejct)

Connect the output port of your Query with the STORE and map the required field. (using double click on the connection)

Creat a Gauge element inside your FormView (using double click on the FormView)

Define the expression of the Gauge element like this: STORE@'YourField' (using double click on the Gauge element)

^^ compile, deploy and have fun

Regards

Florian

Former Member
0 Kudos

Please extend some input to this question.

I still havent found a way to create a gauge on a bi query in VC.

Thanks,