You are creating a new interface object to display a pie chart.
The data for the chart is stored in a local variable in the parent interface object which references your child interface.
In terms of performance, what is the most efficient method to access the data required for the pie chart?
The most efficient method to access data for a pie chart in a child interface is to create a rule input on the child interface and pass the local variable data from the parent interface. This method avoids redundant data queries and takes advantage of Appian's pass-by-reference mechanism, which does not duplicate data in memory when passing it to the child interface. Reference: Appian Documentation - Interface Design
Ivan
5 months agoTamera
5 months agoDiane
5 months agoMirta
5 months agoKrystina
5 months agoLynsey
6 months agoRossana
6 months agoEliseo
6 months agoLynsey
6 months agoRossana
6 months agoEliseo
7 months ago