Report with Scripted Nested Data

Hey Kathy,
The problem with importing across classloaders could be mitigated by placing the following in the Java class that gets loaded to system.report:

public static final Class<?> QueryResults = com.inductiveautomation.reporting.common.api.QueryResults.class;

Then anyone’s scripts could do:

from system.report import QueryResults

Pretty please?

1 Like