Forum Discussion

BhavayMangla's avatar
BhavayMangla
New Contributor II
17 days ago
Solved

Trying to pull data from cube view using label component

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?

 

  • 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:

     

  • victortei's avatar
    victortei
    New Contributor III

    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: