I am new to qliksense. I have installed qlik enterprise on development environment. I am rootadmin. I have created custom property for user as usertype with value as developer. I assigned custom property to my self. I tried edit existing createapp security rule with below
!user.IsAnonymous() and (user.@usertype="Developer") but when I login on hub I am not able to see "Create new app" button.
I also tried !user.IsAnonymous() and (user.@usertype="Developer" or user.role="RootAdmin")