Search found 1 match
- Fri Sep 16, 2016 12:26 pm
- Forum: Programming
- Topic: Value map problem
- Replies: 1
- Views: 2041
Value map problem
I am trying to create different smpl starting dates for each series so that I can merge them with the appropriate other series. The value map works ok as long as I use the text directly. valmap b b.append usa 2012q1 b.append france 2011q3 b.append germ 2010q4 alpha start = @map("usa",b) If...
