fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
roklenarcic 2020-09-03T18:01:17.213300Z

Is it possible to specify query for the RAD report?

tony.kay 2020-09-03T18:41:23.213800Z

you can use the query inclusion parameters to augment it, but setting columns is how yo uget the normal query

tony.kay 2020-09-03T18:41:39.214100Z

there is a row inclusion as well

roklenarcic 2020-09-03T18:49:01.216100Z

One of the columns is a joined entity one-to-one and I have a column renderer to render the props subtree, but I have to join some data there. I guess I can specify ro/BodyItem and put my expanded query there

roklenarcic 2020-09-03T19:11:18.217500Z

Seems to be a common pattern for me: having column in the report where I want to show a list of joined items (such as item’s tags).