Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ntname problems

I need to hide certain values ​​within a field, with the following code:

Section Access;
LOAD * INLINE [
    ACCESS, NTNAME, N
    USER, rolandog, A
];
Section Application;

LOAD * INLINE [
    Divisiones, N
    Division Almacenes, A
];

The code does nothing.  I have to set something more

please help

4 Replies
Miguel_Angel_Baeyens

Hi,

Change the value of the NTNAME to DOMAIN\ROLANDOG or whatever is returned by the function OSUser() used in a textbox or an inputbox, uppercase. Set the field N first to Divisiones in the script.

Hope that helps.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

Not applicable
Author

thanks for answering but I convert to uppercase user ntname

disqr_rm
Partner - Specialist III
Partner - Specialist III

Use upper case in the inline.

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME, N

    USER, ROLANDOG, A

];

Not applicable
Author

thanks, in the sheet must be put condition is met when N = A