Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

Bom dia pessoal.

Alguém pode me ajudar ? É a primeira vez que estou implementando o Section Access, usando um modelo que um colega postou outro dia e, não está dando certo. Abaixo segue um exemplo de como estou fazendo.

SECTION ACCESS;

LOAD * INLINE [

  ACCESS,USERID,PASSWORD,ACESSO

  ADMIN,FELIPE,1234,1

  USER,TIAGO,1234,2

  USER,WALISSON,1234,3

  USER,ADRIANO,1234,1

];

//PRECISO QUE FUNCIONE COM USUÁRIOS DO AD.

/*LOAD * INLINE [

    ACCESS, NTNAME, ACESSO

    ADMIN, TESTCOMREL\Felipe,1

    USER, TESTCOMREL\Tiago,2

    USER, TESTCOMREL\Walisson,3

];*/

SECTION APPLICATION;

LOAD * INLINE [

  ACESSO,Faturamento,Despesas,Controle,Distribuicao

  1,X,X,X,X

  2,,X,X,X

  3,,X,,

];


5 Replies
Not applicable
Author

Bom Dia Felipe,

Já conseguiu usar o Section Access?

Se precisar de ajuda estou a disposição!

Atenciosamente,

JH

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

If you want to reduce the data using section access, then you need to set these in Document Properties (Sorry, I dont have a Portuguese version):

Test.png

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
rubenmarin

Hi Felipe, if you want to restrict based on 'ACESSO' field you need to check "Initial data reduction based on section access", you can find it on 'Document properties'--> 'On open' tab

Not applicable
Author

Boa Tarde Felipe,

Por gentileza,ir até propriedades do documentos e marcar esses campos em destaque como segue na imagem abaixo já vai funcionar o seu Section Access.

Qlik_Comu.PNG

Qualquer duvida estou a disposição!

Atenciosamente,

JH

ragosu66
Contributor III
Contributor III

Hi Felipe,

If your sample is correct:

SECTION ACCESS;

LOAD * INLINE [

  ACCESS,USERID,PASSWORD,ACESSO

  ADMIN,FELIPE,1234,1 ....

//PRECISO QUE FUNCIONE COM USUÁRIOS DO AD.

/*LOAD * INLINE [

    ACCESS, NTNAME, ACESSO

    ADMIN, TESTCOMREL\Felipe,1

You have to use the same type of UserID definition, in this case use only  NTName for both items.

All the other advises are correct.

I hope this information can help you.