Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Que tal a todos
estoy buscando la forma de agregar seguridad utilizando el NTNAME , en una app desarrollada en Qlik Sense, pero leyendo algunos post mencionan que no se puede utilizar esta opción en Sense.
Me podrian aclarar este tema y si es posible ayudarme con algunos ejemplos de como agregar seguridad en una app de QS.
Hola @rodward23
Es correcto, en Qlik Sense no existe NTNAME , en su lugar se utiliza UserID, por ejemplo:
Section Access;
LOAD * INLINE [
ACCESS, USERID, REDUCTION
ADMIN, INTERNAL\SA_SCHEDULER, *
ADMIN, DOMAIN\ADMINISTRATOR , 1
USER, DOMAIN\USER1 , 2
];
Section Application;
T1:
LOAD *,
NUM AS REDUCTION;
LOAD
Chr( RecNo()+ord('A')-1) AS ALPHA,
RecNo() AS NUM
AUTOGENERATE 3;
En Qlik Help se pueden encontrar mas detalles:
Saludos.
Hola @rodward23
Es correcto, en Qlik Sense no existe NTNAME , en su lugar se utiliza UserID, por ejemplo:
Section Access;
LOAD * INLINE [
ACCESS, USERID, REDUCTION
ADMIN, INTERNAL\SA_SCHEDULER, *
ADMIN, DOMAIN\ADMINISTRATOR , 1
USER, DOMAIN\USER1 , 2
];
Section Application;
T1:
LOAD *,
NUM AS REDUCTION;
LOAD
Chr( RecNo()+ord('A')-1) AS ALPHA,
RecNo() AS NUM
AUTOGENERATE 3;
En Qlik Help se pueden encontrar mas detalles:
Saludos.
Nadia, buenas tardes, dispulpa me manda el siguiente error sabes la razón.
You can now test our new Product SAM that will fully automate Section Access Generation product.
It is no longer necessary to maintain a section access list in Excel or in your database, SAM offers you a complete web application that will secure all your data accesses.
A user can request access to an application with a simple form. Then administrators get notified and can assign the RESTRICTIONS and OMITS from the proposed fields values. User access are generated from on a single line per user, no need to generate tedious cartesian products and include all values to get a "*" value working correctly .
Moreover SAM is able to generate an automatic access section from the authorizations of the QMC, and Reverse Engineer existing section Access a time saving for simple cases.
More details on our website or contact me at jp.golay@ebiexperts.com