cancel
Showing results for 
Search instead for 
Did you mean: 

How to create one submit form for both input an variable ports ?

Former Member
0 Kudos

Hello,

I would like to create an input from for a query I have.

The problem is that this query has both input an variable ports and each one creates a different input form. I would like to join it into one form or at least have it under one "Submit" button so the user won't need to fill two forms.

How can I achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is not possible. Even if you could, only port would be effective.

You need to change your query and make your input port-fields variables.

Former Member
0 Kudos

Hi Mario,

Thank you for your quick reply.

>>Even if you could, only port would be effective.

Can you please elaborate?

>> You need to change your query and make your input port-fields variables?

So, if I understand correctly I should select whether I go for only inputs or only variables?

Thanks,

Roy

Former Member
0 Kudos

Only one port is filled and executed, even if you try to use both.

That's why the recommendation is to adapt the query and make all fields that you want to use available in the variables' port.

Former Member
0 Kudos

Got it.

Any thum rules when to use inputs and when to use variables?

Roy

Former Member
0 Kudos

If you need more than just one value, but select options, etc. for a field, then you need to use variables.

Answers (0)