Forum Discussion

Mustafa_A's avatar
Mustafa_A
Contributor II
3 years ago

Dashboard - How to pass a condition within a label component?

I'm trying to build a label that shows target goals for each entity. Now since each region has different goals. I'm looking for my label to change the value based on the entity selected.  Here is a...
  • TheJonG's avatar
    3 years ago

    You will need to create a data adapter which returns a set of data cells and attach it to the label component. Then use curly brackets to reference the data cells within the table. The Data Adapter can use a cube view as it's data source which would assumedly reference the POV Entity (or entity parameter selected in the combo box).   

    An alternative approach would be to use XFBR rules.