sql server - Sorting Multiple data regions-SSRS -


i have report contains data multiple datasets (using lookup),indicators , report item fields. use 1 of sort sort columns in asc or desc order.

  1. product id (dataset 1)
  2. sales of wk1 (dataset 1)
  3. sales of wk2 (dataset 1)
  4. sum of sales(sum of report item 2 , 3)
  5. cost (lookup dataset 2)
  6. profit (report item 4-5)
  7. profit% (indicator)

how can sort using profit - lowest profit or negative profit first. there way in ssrs

right click tablix, , click sorting tab. add expression each level of sorting, based on same expressions have listed. there can select ascending or descending order each sort expression.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -