Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
670
Can I achieve this...
posted

Hi folks,
I always use the grids in a pretty basic way so I don't know it is possible to achieve this. I have a dataset in the following (sample) format:

Who Date Value #1 Value #2
Joe 1/1/2009 111.11 123.23
Joe 2/1/2009 222.22 333.33
Jane 1/1/2009 333.33 555.55
Jane 2/1/2009 444.44 666.66
       

 Which I want to represent in a grid as:

1/1/2009 2/1/2009
  Value #1 Value #2 Value #1 Value #2
Joe 111.11 123.23 222.22 333.33
Jane 333.33 555.55 444.44 666.66
         

Is this possible. I have played about with the designer but just cannot get this format.

Thanks for any help.

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    You could acheive something sort've similar by using OutlookGroupBy. The dates and values would be broken up vertically instead of horizontally, though.

Children
No Data