I have created a Dashboard using Google Data studio. But In one dashboard whenever I pass my filter selection ,there is error in the dashboard (scorecard,table)as shown in below image. As soon as I click on refresh data ,data loads perfectly.
What's the issue here ?
It's likely due to the pivot element taking up a lot of the processing power, and the scorecards error. Putting the pivot table on a separate page should fix this.
Related
I have a react app that serves a live dashboard to clients (SPA).
Within that dashboard, I have what you might call a 'summary' page that gives the user a periodic summary (in a timeframe of their choosing).
Some of those users, want to receive a periodic report (a screesnhot of that summary) as PDF to their emails.
My struggle is with the report generation part - one thing that I'm trying is do is have an automated process login to my webpage and take a screenshot.
However, it feels not best-practice, and causes issues (the page has an MFA that I somehow need to bypass, etc.) .
Bottom line, I was wondering if there is a known process to do what I'm looking for.
Thanks.
I have a 2012 SSRS report that process thousands of records, it's a paginated report via an SSRS parameter.
When we export the report, the data is being sent to multiple spreadsheets (due to the pagination).
Is there any way to avoid this? To keep pagination but export the data to a single spreadsheet?
Thanks
There are two different kind of "pages" when viewing a report. There are natural breaks based on the page size and then there are hard page breaks that can be set to occur between objects or groups.
With hard page breaks it's all or nothing. The sheets created during export are a direct reflection of the page breaks in the report.
However, if you simply let the report create pages during viewing and don't specify any actual page breaks, all the data will export to one sheet!
Another hack way of doing this is.. have another version of the same report without the group pagination. Hide this report. Have a text box on your original report.. call it "Export to Excel" or something like that.. under actions for the textbox.. select go to URL. and in there put in your report server path to your hidden report.. including any parameters in your original report.
The link would look something like this - Note the Command at the end of the URL:
"http://yoursite/ReportServer/Pages/Folder.aspx/Production%20Reports/?%2fProduction+Reports%2fYOUR_HIDDEN_Report"&"¶meter1=" & Parameters!parameter1.value &"¶meter2="& Parameters!parameter2.value,& "&rs:Command=Render&rs:Format=EXCEL"
You have to play around with the link to get the correct link.. Once you have the correct link.. run the original report report and click on the "Export to Excel" Button / text box .. You will now see a prompt to download the Excel file..
You should not have a as a single sheet.. done.
I have added multiple charts on one report and each one is dependent on other one. I have used action->Go To Report to refresh another chart on click of the current chart. But the issue is that its refreshing all the charts/datasets on the current report. I just want to refresh one chart and preserve the value/data of others.
Sorry Rishi, but this is not possible with a simple SSRS dashboard, just using the SSRS designer.
There are a few ways to achieve this result with a lot of effort, but each one is essentially coding a master webpage that displays multiple SSRS reports in separate containers on the same page. Then you use server-side ASPX code, or client-side javascript code to interact with the SSRS apis and pass parameters and reload the report(s) that you wish.
Here is one demo site that using javascript on a SharePoint, PerformancePoint Dashboard to achieve the effect.
So I've started using Microsoft's latest BI tool, PowerBI. I am very interested using the chiclet slicer custom visualisation module and include logos on the dashboard so that relevant data is filtered when clicked on a particular company logo.
I have added an ImgURL field in the Region table as and the URL of the website maps to the Region values. However for some reason I am not able to display the image instead the URL is displayed. See screenshots below. How can I make it to display the image instead of the URL. What am I doing wrong? Pls see screenshots below.
If I click on London, the corresponding rows are filtered i.e. clipartbest.com website is only displayed (as expected) as below, however it doesn't bring through the image:
I've tried this with different URL links and can't seem to get it work. Any ideas? Help would be appreciated.
This is solved now. You need to drag a field in the 'Values' section otherwise the images won't be displayed.
I have deployed a sample application on weblogic server 12c, it is deployed successfully but the page doesn't show any table data, instead a message "Access denied" is displayed on the page.
OK, after reading some community blogs, I have placed(wrapped) the ADF table in a panel, now it is working fine, showing results from the table. Previously I was placing Adf table directly to the page without panel.
After dragging the table to the jsf page , go to structures , choose -> Surround with , select Panel box/Panel form layout from the options .
Run the page.
Done.
(Works with 11g,12c)