Skip to main content
February 5, 2025
Solved

Trying to pull data from cube view using label component

  • February 5, 2025
  • 1 reply
  • 0 views

I am trying to create a label which needs to display the gross profit in my dashboard. I have created a data adapter (when running the adapter, it's showing the relevant data) and attached the same in the label. But I am not getting any data in label. Can someone help/suggest what I am missing?

 

Best answer by victortei

The Result Column Name should refer to the column in your data adapter that contains the amount you want to display.

Here's an example:

This is my Label configuration. Since the Amount column is the one that has the value I want to display, then this is what you need to specify in the Label properties

Finally, this is the result:

 

1 reply

victorteiAnswer
February 17, 2025

The Result Column Name should refer to the column in your data adapter that contains the amount you want to display.

Here's an example:

This is my Label configuration. Since the Amount column is the one that has the value I want to display, then this is what you need to specify in the Label properties

Finally, this is the result: