Querying multiple tables after post-query or key-exeqry
I have a table base block that is showing also data from another 2 tables related in master-detail relation. My problem is that the user usually query the first table and then it needs to show the data from the master-detail that is related to. I have tried to use post-query and key-exeqry altering the default_where in the block but I am having problems with the go_block because is not allowed. Any suggestion how to perform this?
Thanks in advance