I am trying to integrate a Qlik Iframe into a webpage. I would like to load the Qlik Sheet with a specific dimension value fixed in the application while still allowing the user to modify other selections.
<iframe src='https://{URL}/single/?appid=....&sheet=....&select=clearall&select=CODE,01050&opt=interaction;ctxmenu;currsel' ></iframe>
In this case, I would like to have 'CODE' Dimension fixed so the user can't remove the selection for the CODE dimension while still being able to select other dimensions. The desired behavior would act similar to section access where the URL is opened with a query parameter. The desired behavior is to support usability - not for security purposes.