Hi,
I'm trying to use the SHIFT command in my ASPOSE tag but it doesn't seem to have any effect.
I have two sections: positions and regions. each section expands shows the proper data but when the "region" section expands it creates blank blue lines to match the number of green lines in the "positions" section. I added the SHIFT keyword to the ASPOSE tag so extra blue line wouldn't be added but it didn't work
I'm trying to use the SHIFT command in my ASPOSE tag but it doesn't seem to have any effect.
I have two sections: positions and regions. each section expands shows the proper data but when the "region" section expands it creates blank blue lines to match the number of green lines in the "positions" section. (approximately 15 positions and 5 regions). I added the SHIFT keyword to the ASPOSE tag so extra blue line wouldn't be added but it didn't work
Positions | Regions | ||||||
&=Positions.Ticker | &=Positions.Description | &=Positions.MarketValue | &=Regions.RegionCode(shift) | &=Regions.RegionName(shift) | &=Regions.MarketValue(shift) | ||
Total: | &=PositionSummary.MarketValue | Total: | &=RegionSummary.MarketValue |
Any ideas to why its not working? Is the SHIFT syntax correct?