Gas58Gas
Contributor
2022-06-16
06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Section Access
For years "OEM-Qlik View Local Client 11" installed with various applications
and we are trying to use a sheet recently with the beginning of the script:
SECTION ACCESS;
Utenti:
LOAD
*
INLINE
[ACCESS,USERID,PASSWORD,IDGRUPPO
'ADMIN','superuser','mgap#@#','DIR'
'USER','ut_gist','ut##01','CO1'
'USER','ut_op','ut##11','CO2'];
SECTION APPLICATION;
GruppiUtenti:
LOAD
*
INLINE
[IDGRUPPO, GruppoUtente
'DIR', 'DIREZIONE'
'**bleep**', 'TITOLARI'
'CO1', 'CONSULTATIVI GIST'
'CO2', 'CONSULTATIVI OP'];
When opened it asks for user and password but once opened it does not automatically
store and recognize idgruppo: is there any other parameter to set or change in the
preferences / properties of the document?
Thank you
575 Views
1 Solution
Accepted Solutions
Or
MVP
2022-06-16
07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
572 Views
1 Reply
Or
MVP
2022-06-16
07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Possibly this?
573 Views