This is my Report
enter image description here
graph shows the Total of all the employees in a Category within the given date range. We only require the count of last month on the Graph.
Is it possible?
Apply a filter to your chart to only include data for the last month. By applying it to the chart only, you'll still see all of the detail in the tablix.
Adding filters in SSRS
Related
I am trying to create a pie chart in Quicksight using values from 2 different fields. The goal is to have each of the fields show a percentage of the total. For instance, one would be money given and the other is money left. So, the pie chart would have 2 parts (money given and money left).
Quicksight doesn't allow me to add 2 values to the value section of the visual.
Any ideas please?
Thanks in advance.
I have tried playing around using calculated fields, but all to no avail.
When I apply conditional formatting (gradient background) to a QuickSight pivot table, the Total row does not show any values. If I remove the conditional formatting, the values on the Total row appear. The image shows the same (duplicated) pivot table. The one with conditional formatting shows no Totals. The one without conditional formatting shows Totals.
Anyone else encounter this? I'm stumped... QuickSight Pivot Tables
To apply conditional formatting to the TOTALS in the QS dashboard, you can follow below approach and this should solve your problem:
Click on option at the top right of your pivot visual and click on conditional formatting.
On the various conditions you have mentioned, click on the button besides it as shown in the image below.
enter image description here
After clicking this there will be three checkboxes values, subtotals and totals. Check the totals box and you are done.
Do let me know if it works.
I'm looking to merge vertical rows for only a single column of my report, so that when that column has lots of data, it doesn't force the left rows to expand.
The answer appears to be using a matrix (e.g. SSRS tablix Merging cells vertically problem), but I'm not clear how it would work in this case.
For example, in the screen-shot below, I'd like to spread the confirmation footer text through the following 4 rows, so that the first row (Sales Contact, Angela Thomson, Confirmation Footer, The credit card used...) is the same width as the others and that the Sales Contact info on the left is not pushed down (i.e. the Title row should be just below Sales Contact, and not have all that space in between.
Any thoughts on this?
You could use a series of nested tablixes. Create each tablix in your report then drag and drop into the main tablix until you get the effect you're after. (nested data regions reference).
Here's the design of 3 nested tablixes
Here's the preview of the report
I am trying to sub-group orders per stock label (e.g: USD/CAD) and then to display its orders' price.
I split the orders chart per sub-group. The sub-group works partially, it doesn't show the right number of orders inside (every sub-group Label should have 40 orders inside but it display 80 orders). Also, the price of each order inside is not displaying the correct price.
So the 2 issues are:
The price of each order inside each sub-group is wrong. They display all the equal same value which is not the correct price. The picture below shows the JSON input data with the correct order price that should be displayed. How can I display the correct value?
And the second issue is the sub-groups show more orders then it should. I have 40 orders inside each label and the number of orders displayed is 80 per sub-group.
Still cant get it after aggregating first per order id, then per Label and in the end summing per order price.
After trying the fix, the price keeps displaying the wrong price per order and also don`t expand the 6 labels as the picture below shows
I am working on a task to show Date Range on Dashboard chart. so data chart will display on custom date range selection. I have added calendar on chart but result is not coming properly. I know its very specific requirement. I am looking if someone has already done such modification and can provide me some guidence to achieve this.
The data displayed on the dashboard comes from tables aggregated by a cron every day for product viewed and bestsellers. It is calculated and displayed accordingly. If you want to have a date range, you need to use the ones that are aggregated daily and group by product_id. For orders, you can use the function setDateRange existing in Mage_Reports_Model_Resource_Order_Collection.