Hi,
Is there a way I could generate/populate single record with multiple values of Stations?
Number Station Value Station1 Station2 Station3
12345 1 10 NULL NULL NULL
12345 2 20 NULL NULL NULL
12345 3 30 NULL NULL NULL
Expected result:
Number Value Station1 Station2 Station3
12345 10 10 20 30
Thanks in advance!