
Announcements
Hi All,
I have a multistep form form with a subgrid. The main form just captures date, account name and applicationid and has a subgrid to capture data on waste volumes and waste type (recyclable or non recyclable).
The next step/tab in the form displays a Pie Chart providing a visualisation of the data enetred for waste volumes by waste type. This works fine in Model Driven App for a given application where I have the chart as a subgrid (and display chart only ticked).
To put Chart into Powerpages I have to use Liquid and format as follows
{% chart id "nnnn-nnn-nnnnn-nnnnnnn" viewid "nnnnnnn-nnnn-nn-nnn-nnnnnn" %}
The Pie chart displays in PowerApps Pages. But it charts all previously entered data for that account. I just want the chart to be for the data in the current application. How can I achieve this? I somehow need to pass the application id as a parameter to the View in the chart.
Appreciate any assistance.