This is a migrated thread and some comments may be shown as answers.

Pivot Gridview

0 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bao
Top achievements
Rank 1
Bao asked on 28 Feb 2018, 01:20 PM

Hi, 

I have one case like this:

ID    Name              OpenDate               Status

1        A            02/02/2018 10:00           Open

2        A            02/02/2018 15:00           Close

3        A            02/02/2018 16:00           Open

3        A            02/03/2018  8:00            Open

3        A            02/03/2018 12:00          Close

4        B            02/02/2018 10:00           Open

I want to build grid like this for specified Name. when I choose A the grid should be displayed:

       Date            Open        Close.        Open

02/02/2018         10:00        15:00         16:00

02/03/2018          8:00         12:00         

How can I achieve it ?

Thanks.

 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Bao
Top achievements
Rank 1
Share this question
or