Start different display depending on user group (Iconics Security)

Iconics Suite - Start different display depending on user group [Iconics Security]

This article show how to setup first display for checking Security Group to which user belongs to and according to this redirect to certain display
Sample is in the attached files

StartDisplay.gdfx is the display that contains button with initial click action.
This action will redirect to the certain display depends on logical condition which check the security group that user belongs to.
Condition is checking if logged user belongs to group G1 if so then command redirects to display "DisplayForUsersFromG1group" if not command redirects to display "DisplayForRestUsers".