Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
learntsql
524 Posts |
Posted - 2015-02-27 : 00:48:03
|
i All,I am implementing matrx report as below.In matrix Rows i am displaying member names and in columns section displaying phases.in values section i have to display difference in days between two phases dates.for example if the dataset is like belowMember-Phase-DateM1-P1-1/jan/2014M1-P2-2/Jan/2014M1-P3-5/jan/2014M1-P4-10/Jan/2014M2-P1-5/jan/2014M2-P2-10/Jan/2014M2-P3-15/jan/2014M2-P4-30/Jan/2014then my matrix report should look like below P1-P2-P3-P4M1 0- 1 -3 -5M2 0- 5 -5 -15...can you please guide me how to achive this in matrix report dynamically TIA. |
|
learntsql
524 Posts |
Posted - 2015-02-27 : 08:36:14
|
Hi All,Any ideas on previous query.Please let me know if we can mange it in sql.TIA. |
|
|
learntsql
524 Posts |
Posted - 2015-02-28 : 01:28:31
|
Hi All,I handled in SQL using self join and Ranking functions.Please let me know if we can do this in report side(rdl).TIA. |
|
|
huangchen
Starting Member
37 Posts |
Posted - 2015-04-02 : 05:57:54
|
unspammed |
|
|
|
|
|