Unable to get data of a line chart and bar chart in a Cognos report using Cognos Mash-up service? - cognos

Trying to get data of a report employee satisfaction in the sample cognos reports folder using
http://lxxxxx:9300/bi/v1/disp/rds/reportData/report/iED4FABBAF84C47EBA65B8A44FDCEF444?fmt=DataSetJSON
attached image of the output of the restcall, I am not getting data for Survey topic scores which is line chart and also EMPLOYEE RANKING which is bar chart.
enter image description here
why am i not able to get line chart and bar chart data? How to achieve this?

Related

How to display graph in excel with the percentage data

I am creating one graph in excel to show all my concluded data in the consolidated graph format. I tried multiple logic but unable to do generate graph.
Could you please suggest me solution for graph with below data:
I created the graph, but for that I have to add specific value instead of margin value.

How to make relation with two sheets in excel or Power BI dashboard

Query : How to make relation between the table. In Power BI, I need to create a dashboard with two bar charts, the first of which will display reports by category. Second, the chart will display the product-based report. However, in order to create an interactive main chart, I need to connect two sheets. If you click the corresponding category in the main chart, the second chart will be based on the first chart's selected category. How to do that?
Main Report:
ProductWise Report:
Try to import data in separate sheet.
then just put categories to bar chart and remaining columns to other graph, Its automatically change.

Dynamic Dashboard with Large Dataset in Excel

I created an excel dashboard that is feeding on 100 pivot table and source data is approximately 700k and it will grow more every month.
In my dashboard, there are list boxes which are changing the source data and if source data changes, pivot tables are refreshing and the dashboard is filling with new values. I created this dynamic report because the users want to change something and see the results.
So, my problems are excel document is really high(160 MB), execution time (changing data source and refreshing pivot tables) is long and I am not sure whether excel can handle these data or not in the following days because the data is growing. Do you know any solution to maintain my report stably? I know R, Python, Access but I do not know the how can I create a dynamic dashboard in excel if the data is large.
I created MS Access table but as you see in the second pic I have a list box and this affect the source table of pivots. How can I send it the cell value to MS Access to calculate new column dynamically and after calculation change pivot and fill dashboard? In the third picture, you can see source data and calculated column in excel but I want to use this in the MS Access.
enter image description here
enter image description here
enter image description here

Crystal Reports, Cross Tab Report, Placing Headers Over Summary Data

I have produced a cross tab report in Crystal reports 2011 based on a SQL database.
Here is a screen shot
Now by default the cross tab report does not seem to give the summarised data any headers, so that my report shows 4 totals in each cell, but does not identify what each total is. I have used a text box in an attempt to place some headers in the report as follows -
However, this does not solve the issue as the text box only appears in the first column, and not in subsequent columns, as the first picture shows.
Is there a way to add headers to summarised data in cross tab reports?
Got it - there is an option on Right Clicking the summarised date, to include Labels, as per the following screenshot -

Can I create a non-pie chart using Excelwriter and SSRS Integration?

I'm using SoftArtisans ExcelWriter for SSRS (ver 8.6), and am wondering if it is possible to create a (non-pie) chart, e.g. a Stacked Bar chart, that has multiple series?
I can create pie charts easily enough, and that is what the help docs show, but there is no samples for other types of charts for SSRS integration.
The excel template is embedded in the .rdl file, and the spreadsheet is created when the user exports the generated report using OfficeWriter's Excel rendering extension. However the report is run manually by users, so I don't have the ability to execute any code to modify the Excel object before the user sees it.
Can anyone either confirm that only pie charts are possible for SSRS Integration, or provide some insight into how other chart types are possible?
You can create any type of chart that Excel can create, since you are creating your chart in your template file with Excel.
Here is an example of how I setup my template to build a scatter chart (Please ignore the title of the chart, I forgot to rename it from Pie Chart).
I insert a chart into my template, set the type to be scatter, and I placed 4 data markers under my chart, from two data sources.
Next I edit the Chart's series and point them to the data markers in my file. When the template is populated from ExcelWriters SSRS integration, it will replace all the datamarkers with your data, and update the chart's series.
After redeploying the template file to my report server, I can now export the file to Excel for OfficeWriter, and my output is shown below.
Disclaimer: I am a developer on OfficeWriter and work for SoftArtisans the makers of OfficeWriter.
Please let me know if this helps.
You should be able to create any type of chart.
The way that OfficeWriter SSRS integration works (and just the plain Template object for that matter), is that it takes all of your data and inserts it into your data markers. Then it finds references in your workbook that pointed to your data markers, and expands them to point to all of the new inserted data.
So really you can add any type of chart. You just have to make sure that the chart you create points to the data markers as the source data.
A data marker will correspond to a single series or to horizontal axis data. Then as the data is populated, the values in the series are populated.
On our reporting demo page there's a link at the bottom that says "View Report Template" that you can click on to download and Excel file that shows a variety of different charts pointing to data markers.

Resources