Dynamic View

Dynamic View

Hi

I have a number of Stateless forms that hold information for engineering configuration.  The Current Config ref is stored in a variable that is global (via a table).

One part of the config is a set of Widgets, Each Config can have up 10 Widgets each widget has 5 parameters.  I was going to code this as 10 static sets of data in the main table but thought I would be knocking on the limits of Zoho and fields in Tables.  So I was looking at a Master-Detail set up just for this part of the config with a View to show the 1+ widgets against each Config. Using a the view the user can then add/edit and delete the widgets

What I am trying to do is be able to move from this View to Any one of the Stateless forms, I use OpenUrl everywhere else to move between stateless forms but see you cannot use this with a View Header unless you process as a Group but this then means the user has to select at least one record in the view to be able to move on.  Obviously this is less than ideal.

The stateless forms are currently hidden but thought I could make them visible and then the user can click between forms using the normal navigation rather than custom buttons, the downside of this is that I can't put the view in the navigation as I need it to open with the specific filter based on the current config ref.  I have tried editing the definition of the view to programtically change the filter in the view to use the current config but you can't do this.

Any one have any thoughts? Perhaps a change in UI

Thanks

Gordon