Forum Discussion

BhavayMangla's avatar
BhavayMangla
New Contributor II
3 months 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 i...
  • victortei's avatar
    3 months ago

    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: