Just by using the calculation view, you will not get the required format. The calculation view just returns a flat/denormalized structure. To get that normalized structure you could use an XSJS service to prepare that JSON response. Another way would be to use an XSOData service with three entities (base entity, awards, wall frame) and the necessary dependency/navigation settings. Doing a GET request on the base entity with an expand on the two dependent entities would give you then the result in a similar form.
↧