reporting services - SSRS Category Grouping -


I am trying to create a grouped class on bar chart in SSRS.

My query is:

  Selection as separate claimant, transaction, date, event_station, event_name, eventstatus (DDI, dudied, finned) +1 Do; (DATEDFF (WK, Duedate, filedate) * 2) - (When DATENAME (DW, duedate) = 'Sunday' 1 and 0 end) - (When the matter is DATENAME (DW, FileDate) = 'Saturday', then 1 and 0 end ) Is filed as wkends from my table = (select the maximum (filed from my table) and filet & gt; Duedate  

In reporting services, I have reduced the value of "wkends" to decrease the "count" field "days". It tells me how many days before the due date. On my bar chart, I want bars for 0-5 days, 5-10 days, 11-15 days and 16+ days.

I have tried the following expression, but I am not able to sort columns or bars on the graph.

  = IIf (field! Total_account.quality.low; = 5, "0-5 days", iiF (field! Total_eded_design value  

Thank you in advance, your help. I am using SSRS 2008.

Expression makes sense on the right track; I use it for a switch :

  = switch (field! Total_agadia.value & lt; = 5, "0-5 days", field! Total_eded dates) Have to touch a little bit. Values ​​and lt; = 10, "6-10 days", field! Total_accounts Value & lt; = 15, "11-15 days", true, "16+ days")  

As you've seen, it will be resolved in the form of a string, so that you want As the order will not be done. To get around this, add another calculation field, which gives the right order and uses it as a sort expression, which will be different from the first group expression:

  = switch (Fields! Total_Ajitts.value.low; = 5, 1, Fields! Total_AZ_Dates.value & lt; = 10, 2, Fields! Total_Ajitts Price  

This will make the required order in your group category group or even recommended Add an expression of the type of seller.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -