Skip to Content
0
Former Member
Oct 24, 2005 at 07:50 AM

How to implement a switch or if/else in VC?

22 Views

Hi all,

I have a scenario where I want to have one datasource and a set of input forms. The input forms differs in layout and number of input fields, but all will submit their data to the same input form.

Based on a parameter(URL parameter to the iView) I would like to show the appropriate Input form.

I guess I would need a kind of switch-flow-control that can select the correct input form based on the parameter. Is this possible to achieve in VC?

kind regards,

Vegard