Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm looking for some help with my TMap converting a table that looks like this:
Period, Type, Value
1001, 1, .5
1001, 2, .15
1001, 3, .25
To this:
Period, Value1, Value2, Value3
1001, .5, .15, .25
Not all 3 values are guaranteed to exist (in fact, 3 usually doesn't exist), and only values 1 to 3 are possible (though bad data happens). it's actually a pretty big TMAP with 10 or so tables and some weird year logic, but this is the bit that doesn't work.