I have a sub report and there is a field in it is An Array. This is example to explain how the data display in that array field:
valueA~1.10~1.10|ValueB~2.20~2.20|ValueC~3.30~3.30|ValueD~4.40~4.40|ValueE~5.50~5.00
Is there any way that I can get only the value for field valueC and the value for field valueD and display in the sub report as:
3.30 4.40
Thanks,
valueA~1.10~1.10|ValueB~2.20~2.20|ValueC~3.30~3.30|ValueD~4.40~4.40|ValueE~5.50~5.00
Is there any way that I can get only the value for field valueC and the value for field valueD and display in the sub report as:
3.30 4.40
Thanks,