[Bug-13088,13252]Popup Views Fail To Interpret Parameters Which Are Objects Or Arrays

Yah, but my recommendation for passing the queryPath won’t work because we haven’t implemented a “property picker” for the queryPath input, so… You might just need to pass those two properties (project and queryPath), create a custom property (on the View, or Table Component) named whatever (“data” would be good though), bind the value of this new property to view.params.project, then use a script transform to run a named query where you also grab the value of self.view.params.queryPath. Something like

return system.db.runNamedQuery(project=value,path=self.view.params.queryPath)

This is a big hassle, but as soon as we get the object/array passing to popups working again it’ll be a breeze. The weird thing is Embedded Views are unaffected, so this is going to take some investigation by Dev.

1 Like