Hi,
I am not too familiar with the pivot expression and I can't seem to find any examples online.
What I'm trying to do shouldn't be hard, just don't know the syntax. I am trying to achieve the output under "REPORT".
RAW DATA:
name date
abc 2010-12-01
abc 2010-12-04
def 2010-12-01
xyz 2010-12-02
xyz 2010-12-05
xyz 2010-12-07
REPORT:
abc 2010-12-01 2010-12-04
def 2010-12-01
xyz 2010-12-02 2010-12-05 2010-12-07
I don't even know if I actually need to use pivot, or if something would be easier.
Thanks much
I am not too familiar with the pivot expression and I can't seem to find any examples online.
What I'm trying to do shouldn't be hard, just don't know the syntax. I am trying to achieve the output under "REPORT".
RAW DATA:
name date
abc 2010-12-01
abc 2010-12-04
def 2010-12-01
xyz 2010-12-02
xyz 2010-12-05
xyz 2010-12-07
REPORT:
abc 2010-12-01 2010-12-04
def 2010-12-01
xyz 2010-12-02 2010-12-05 2010-12-07
I don't even know if I actually need to use pivot, or if something would be easier.
Thanks much