Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Using Tab groups in Ilogic

toon.sol
Enthusiast

Using Tab groups in Ilogic

toon.sol
Enthusiast
Enthusiast

Hello,

 

I'm using 2 Tab groups in my form. Above them I have a "type" selector.  If it possible to use the type selection to set one of the Tab groups active?

 

type = Red then Tab 1 is active

type = Green then Tab 2 is active

 

Or the other way around, by choosing one of the tab that triggers the right type selection.

Set Tab 1 as active then type becomes Red

Set Tab 2 as active then type becomes Green

 

Hope it makes sense to you guys. All help is welcome.

 

Toon

 

0 Likes
Reply
267 Views
3 Replies
Replies (3)

FINET_Laurent
Advisor
Advisor

Hi @toon.sol ,

 

In the form editor, when clicking on the tab and going in it's properties, you can asign a True/false parameter to enable / disable the said tab : 

FINET_Laurent_1-1688544135384.png

Above, the said user parameter I created is "EnableTab".

 

FINET_Laurent_0-1688544096180.png

 

I would maybe link the parameter with your parameter in an iLogic rule : 

 

If Param = "Red" Then EnableTab = False

 

 

Kind regards,

FINET L.

If this post solved your question, please kindly mark it as "Solution"

If this post helped out in any way to solve your question, please drop a "Like"

@LinkedIn     @JohnCockerill

toon.sol
Enthusiast
Enthusiast

Thanks for your (swift) reply.

 

I know I can turn on and off the Tab Group by using the Enabling Parameter but that doesn't set the Tab I want as active.

0 Likes

FINET_Laurent
Advisor
Advisor

Hi @toon.sol,

 

I'm not sure you can do this. Here is a previous topic on the subject :

i logic Form change the active tab - Autodesk Community - Inventor

 

Kind regards,

FINET L.

If this post solved your question, please kindly mark it as "Solution"

If this post helped out in any way to solve your question, please drop a "Like"

@LinkedIn     @JohnCockerill