cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with displaying data in scorecard after opening dashboard

Former Member
0 Kudos

Hi,

The source of my dashboard is scheduled Webi report instance and it is successfully loads data in the dashboard. The data is populating to scorecard with month selection on top filter using hidden combo box filter using filtered row. Only if change the default month from the top filter data changes and then revert back to default month data shows. The only issue is populating data in scorecard soon after opening dashboard. Please advice how to show data soon after opening the dashboard.

Technology: SAP Dashboard 4.1

Thanks,

Anurag

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Anurag,

Please check your Trigger cells for Scorecard Query/Connection  or take snapshot of default view and see what data is coming from scorecard query.

Else try to use Query Refresh Button.

    

In general tab: Check your scorecard Query  in refresh query option. As like below for E.g

In behavior tab : Check refresh after components Are loaded

Similarly  for same query /Connection  uncheck Refresh Before Components Are Loaded in Usage tab.

saurabh_sonawane
Active Contributor
0 Kudos

Hi,

you should load or refresh your query before the compoents load

  1. Queries or connections that are set to Refresh Before Components Are Loaded.
    This is the default setting for a query.
    If you have any queries or connections set to refresh before components are loaded the Initializing message phase stays up until they have all completed.

for this we can achive with two method

saurabh_sonawane
Active Contributor
0 Kudos

Hi,

you should load or refresh your query before the compoents load

  1. Queries or connections that are set to Refresh Before Components Are Loaded.
    This is the default setting for a query.
    If you have any queries or connections set to refresh before components are loaded the Initializing message phase stays up until they have all completed.

for this we can achive with two method

to achieve this while making query check

image

or in query refresh button or with the help or connection refresh button in there behaviour we can check that option

Former Member
0 Kudos

Hi Anurag,


Please check your refresh option under Data Manger -> usage tab.

The first option : Refresh before components are loaded will refresh the connection and get the data before the components are loaded in your dashboard.


Try using this option.