Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
dmohanty
Partner - Specialist
Partner - Specialist

InputField values in Shared File?

Hi All,

I have an Inline Table whose columns are Input Fields, like below -

inputfield Schedule, Low, High, Percent;

Rebate:

LOAD *, RowNo() as InputKey

INLINE [

    Schedule, Low, High, Percent

    1 ,0 ,500,9

  1 ,501 ,1000, 10

  1 ,1001 ,2000, 11

  1 ,2001 ,4000, 12

  1 ,4001 ,6000, 13

];

Can these inputfields and their values be read from Shared File? I am able to read the Bookmark Data from Shared File, but not the InputFields and their values?

5 Replies
marcus_sommer

For reference: Re: Inputfields and reloads.

- Marcus

Gysbert_Wassenaar

Perhaps with the SharedFileViewer from Power Tools 1.2 for QlikView


talk is cheap, supply exceeds demand
dmohanty
Partner - Specialist
Partner - Specialist
Author

Hi gwassenaar ,

I am using SharedFileViewer to retrieve all the Bookmark Info. But not sure, if the InputFields are really getting stored in shared file and if I can read them?

Any idea what could be the script to read them?

Gysbert_Wassenaar

No idea. Have you looked at the link marcus_sommer posted above?


talk is cheap, supply exceeds demand
Anonymous
Not applicable

Are you able read other field values in other tables from the shared file?

If so, maybe put that data in excel or qvd and Load to see if it becomes available?