How to pass PK of table as FK to new AMX view.
Not sure how to go about this.
Should I specify a View Criteria of the Child view with Bind Variable of Parent Table PK. If so, how. (ex. WHERE parent.pk = child.fk)
Do not want to have a Parameter Form, just taking the PK of parent used as FK of child view, as a Mobile Button.