Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my project requirement is some thing like this.

Database Name - NewData TableName - Policy

PolicyAID PolicyNo. ClaimNo EnteredDate
---------------------------------------------
1 MNS123 138317 12/02/2013
2 MNS123 138318 13/02/2013
3 MNS456 138319 14/02/2014
4 MNS789 138320 15/04/2014

Here one PolicyNo can contain more than 1 claim no. with different or same date.I want to show data by this way by using EnteredDate column.

1. No. of Claims per quarter
2. No. of Claims By year

If the record comes in SSAS browser like that then I want to show this record in my asp.net project with drag and drop filter functionality like pivot table and also want to show in chart.
Posted
Updated 23-Jul-14 1:59am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900