I'm currently working on a report to display the number of consented patients by disease group and my column titles aren't displaying for every column. For whatever reason, they are alternating thus only displaying half of the column titles. Any ideas on how to resolve this issue? Here is a picture of the chart as it's displaying now.
You need to set the axis interval to 1.
TechNet: How to: Specify an Axis Interval
Related
I have a basic bar chart to show number of claims received by month. For most clients it shows normally:
normal
But for some the bars span across multiple axis points.
bar span
I have formatted the axis so that it spans the previous 13 months from the report month end date as such:
axis options
expression for the minimum interval is:
=DateAdd(dateinterval.Month,-13,Parameters!prm_month_end.Value)
the axis labels are on auto-fit but disabling them doesn't make a difference. I don't think its my SQL statement but all it is is a simple count of claims by month.
Any thoughts?
Update: I fixed it. I set the maxpixelpointwidth to 50:
maxpixelpointwidth
Updated Chart
I have a report group that currently looks like the image. It has row groups as follows:
It grouped in order like this:
Department
Agent
Year
Month
I have removed the columns with department and agent and year. I would like to put the agent and department above the column headers which repeat on each page along with the agent. I tried putting a row above the headers but you can't merge cells when adding a row above there and agent + department is very long. What I want is shown in 2nd image..I put the expression in a text box in the page header but it just repeats the first value on each page and not the actual value.
How to do? I want it above and not beside to save horizontal space.
Check these previous answers of mine. If they don't help, post the report design including group properties and I'll see what I can do.
Grouping in SSRS?
Repeat Row group on top of table as table headers between every groups in SSRS
I am trying to get my chart to only show the month name. I have changed the horizontal axis options to do that but they are all duplicated. Can anyone tell me how I can get this set up to only show each month one time?
Here is the chart without any formatting:
It correctly shows the 4 data points.
I then go to the Horizontal Axis properties, change it to number and then select the MMM for the three character month name which correctly displays:
when I run the report after making that change I get an extra month (december) and all the month names are duplicated:
What do I need to do so that I only get Jan - Apr one time on my horizontal axis?
Thanks for any suggestions!
Leslie
edit: Here is the raw data:
I have tried changing the interval but have seen no effect on the output. I have tried unselecting the "Always include zero" option to get rid of december but that didn't work either.
edit 2: I said above there was no effect when I changed the axis interval to 1, actually that results in many entries for the Year-Month data in the axis area.
Right click on horizontal axis, select axis property, from the "Axis range and interval", for interval, type in "1" (without quotes), for interval type, select "Month", then hit OK. enter image description here
Could anyone help me with a Spotfire issue?
3 data types are avalialbe. Locations(sting), areas within these locations(string) and sum of hours associated with the areas and therefore the locations.
Objective: I'm trying to show data value axis: sum of hours, category axis - top 10 areas (sting data). I want to do this for all the locations available (trellis by location) and sort the bars descending in sum of hours, all in one bar chart visualisation. When I did this with trellis, Spotfire essentially trellised the original graph, i.e. to show where the top 10 sum of hours are distributed throughout the locations. This is not what I want - I want a dynamic category axis that will show me the areas of top 10 largest sum of hours per each location.
How do I do this? My idea was that maybe I could add a custom expression to the category axis before trellising or to add a calculated column to help, but I'm not sure how exactly this could solve the problem. Could anybody help?
Did you try the 'Sort bars by value' option ?
I have a report with 10 columns and all these columns are sortable. my problem is if a used select one or more column i want to show in the report header that column X and y has been sorted and the sort direction
the reason i want to show this is because at the time of printing the report, the sort indicator is not printed
Thanks in advance