Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nilesh_gangurde
Partner - Specialist
Partner - Specialist

Section Access

Hi,

we are getting the following issue while using Section access. the data is as follows.

we are appliying access on the CODE Field and CODE 1 Field.

in this case we are not getting the data related to CODE 103 and 104 if we kept blank in the Inline load.

load * inline [

Access,NTNAME,CODE,CODE 1

ADMIN,XYZ,100,200

USER,PQR,100,300

USER,EFG,103,

USER,STU,104,

];

    CODE  CODE 1
100200
100300
100400
101500
101600
102700
102800
103
104
105

Please Suggest.

-Nilesh

5 Replies
Bill_Britt
Former Employee
Former Employee

Try putting a * in the code 1 column for 103, 104, 105

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
nilesh_gangurde
Partner - Specialist
Partner - Specialist
Author

No its not working

also one more thing these two fields are not related in the Data model.

Please suggest.

-Nilesh

Not applicable

Nilesh could you provide us with more detail on your data model? Could you send a picture of the structure?

afurtado
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi. Maybe you can try this.

Put * like Bill told, but put the line

start is *;

before the section access.

Alessandro Furtado

furtado@farolbi.com.br
Anonymous
Not applicable

Add this before the section access script;

star is *;

then use * for columns 103, 104 and 105