↧
How do I Sort the data in groups of ssrs report?
I want to sort my data in group which is ascending order as.0,1,2,3,4..but I want to display it as 1,2,3,4,0....Can anyone provide me the suitable expression for this requirement?How can I do it.
View ArticleGrouping Like Terms
I am trying to group my data by grouping every Comment that has "no" in it in one list and every comment with "yes" in it into another list.In my query, I have "Like no* OR Like yes*" in the criteria...
View ArticleHmmm
Like No* or Like Yes* will give you one group, with all those with comments which start with No or Yes.That's a where not a groupNo idea how you do it from the front end of access.But what you need is...
View Article