Display multiple columns in Crystal report - multiple-columns

My data is straightforward. I have a count of codes, broken down by month and year. I would like to display the data as follows:
Can I do that in Crystal 2008?

Related

SSRS Grouping - Display on every line

I have an SSRS report that is done by grouping to make it clean and also to allow me to show totals of each column based on the group (id number). The problem is exporting to Excel has the groups with merged cells and you can't sort/filter. Is there a way, in Visual Studio 2017 for SSRS, to have each of the row groups repeat for each line? See the example of the report output.
I am looking to have each year with the row group repeated for it including the totals line if possible. Thx.

Grouping multiple columns in Paginated Report

I have a Power BI dataset as a data source to a paginated report builder.
This dataset when display on a table, it looks like below
This is a column picker report, for example, when I pick all columns from the parameter, it should return above screenshot. If I pick 3 columns, it will return
Note - the figures are repeating.
WeekYear, AveragePrice, Sales and NetProft are not part of columns passed as parameter.
What I want to achieve for my table visual to aggregate whatever columns selected based on WeekYear, AveragePrice, Sales and NetProft. As shown below:
How can I achieve this SSRS Table or paginated report?

Getting SSRS to aggregate as rows instead of columns

I've constructed a cube using SSAS, and I'm using that cube to fuel an SSRS report. Using Excel, I can generate reports as pivot tables from the SSAS source, and I'm trying to replicate some of that functionality as a report in SSRS instead.
Here's how I have the thing set up in Excel:
As you can see from the pictures, I have several stats that are being displayed per row rather than per column. The results that are displayed per row are aggregated statistics (sum, count, etc...).
How do I accomplish this same thing using SSRS? In Excel, it was simply a question of saying "Move to Row Labels".
You can create a Matrix, set the column group to be by fiscal calendar .
Within the row group you will need to add additional detail rows and place each value on the row.
This should give you the desired results more of less.

Visual Studio 2013 SSRSS - Column Grouping showing Nothing

In my ssrs report, I have an 'All' parameter which will show all of the offices associated with a division. SSRS is showing blanks for 2 months, but not the rest of the months. I am unable to have the groups not show the missing months or am I unable to show zero's in the data. Please Help.
Using VS 2013, SSRS
Can you attach your query here? I think you can control this issue through your sql query by using left join to a table containing all of months (maybe a temp table).

Saving reports query to database

I am developing an web app that is reliant on reports being dynamically generated. The client has specified they would like to save reports searches to the database for future use, specifically generating reports from the last 6 month.
I can add the query to the database no bother, the problem is trying to get the date to be dynamic depending on the date the report is ran. The 3 types are bi-monthly, monthly and 6 monthly reports.
My question is:
How would I go about saving the query and getting it to calculate the current date and search based on the report type (2, 3 or 6 month). Is it a simple case of editing the sql query when I pull the query from the database, or would it be easier to split up the query into different parts to make it easier to manipulate/edit later.
Create a second column in your table where you store the query with the dynamic column. Use that column in your dynamic query