Is there a way to insert a named query into a dataset column cell?
Or should I be doing this another way?
My dataset is called from an indirect binding on a subview table. I want the comments cell to be a query of the latest comment in the db for that machine (SAP).
I am thinking it would be better to build out all my machines into my db table and then just created a filtered name query to bind to the data property of my subview table?