SSRS tablix Sorting not working on Date column

Builder

I have a SSRS report one

Stock#_______Description_____Colum1_____Colum2_____Colum3 ABC__________XYZ_____________4334________4354_______454

detail part 

Transaction#_______Date
1__________________yyyy/MM/dd } Need to be sorted
2__________________yyyy/MM/dd } this date column
3__________________yyyy/MM/dd } but always comes unsorted
4__________________yyyy/MM/dd } Note: (This is tablix)

So one line for master and in detail part showing 4 last recent records. And this is not sub-report. I am getting 4 rows, then grouping by stock# and used tablix to display 4 transactions sorted by recent date (desc). Did every effort but its not showing date in any order. Checked the dataset value, its completely in desc order by date, but reports is not arranging it somehow. Sending date as date, displaying it using Format("yyyy/MM/dd") SSRS function. Sorting using simple date value from dataset. What else I should do here?

Builder

After trying many things I found one solution which worked for this problem.

  1. Click on Tablix, then row with many eclipses
  2. It will show if there are groups on that tablix, look bottom of screen it will show the row groups and columns groups.
  3. In Row groups, you will see many columns, right click on first column in Row groups section.
  4. Select Group properties..., then on dialog, select sorting, by default it will be showing the first column name, change to the desired column and sorting order by [A-Z] or [Z-A] button.

This worked exactly what I was looking for. This link helped me https://msdn.microsoft.com/en-us/library/dd255193.aspx

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

SSRS Date column sorting

From Dev

SSRS Chart in tablix with Column Break

From Dev

SSRS adding a percentage column based on a specifc column category in a matrix/tablix

From Dev

How to add bar chart inside tablix column of SSRS report?

From Dev

Expression to hide tablix in ssrs

From Dev

Sorting csv column by date

From Dev

Sorting csv column by date

From Dev

SSRS Column Grouping Not working as desired

From Dev

Hide Tablix on Condition base in SSRS

From Dev

Adding subtotals to SSRS report tablix

From Dev

Fixed tablix or chart width in SSRS

From Dev

SSRS Removing "#Error" from a tablix

From Dev

Array sorting date is not working as expected

From Dev

JsGrid Sorting Not working on Customized column

From Dev

SSRS Dataset Field Refresh not updating for Tablix

From Dev

SSRS tablix split report into two sets of columns

From Dev

Adding a new group to an SSRS tablix with existing groups?

From Dev

SSRS automatic extension columns depending on the parameters - tablix

From Dev

SSRS. Page breaks inside tablix with subreports

From Dev

SSRS Show only 1 tablix row

From Dev

SSRS Report Multiple Pages Tablix Order

From Dev

SSRS Fixed Tablix/ add blank rows below

From Dev

Change the rows color of tablix report in SSRS

From Dev

SSRS tablix split report into two sets of columns

From Dev

SSRS automatic extension columns depending on the parameters - tablix

From Dev

Tablix border inconsistent when zooming into ssrs report

From Dev

SSRS report - show tablix only once

From Dev

Using Cutsom Colors For Charts and Tablix in SSRS

From Dev

expression to hide multiple tablix in ssrs 2008