Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
julioarriaga
Creator II
Creator II

Why does a field starting with % doesn't appear in my Field List?

Hi everyone,

In advance I apologize for the rookie question and I want to thank you for patience.

I extracted a model through a Binary and I fabricated a new table (Image 1). Why is the "%Date Key" field not usable for my objects in QV?

Roughly speaking, I'm assuming that it has something to do with Link Tables but I can get my head around this concept.

Thanks.

(Image 1 - Code of fabrication for my table -I ommitted the Binary statement-)

Capture1.PNG

(Image 2 - Original Model that I extracted from the Binary)

Capture2.PNG

(Image 3 - New table created in my application)

Capture3.PNG

(Image 4 - Fields available for use in my objects)

Capture4.PNG

1 Solution

Accepted Solutions
tomasz_tru
Specialist
Specialist

Look for

set HidePrefix='%' ;

in the script and delete it.

View solution in original post

4 Replies
tomasz_tru
Specialist
Specialist

Look for

set HidePrefix='%' ;

in the script and delete it.

ziadm
Specialist
Specialist

This % Feature is to hide any field and mostly used for Key Fields. 

remark the

set HidePrefix='%' ;

julioarriaga
Creator II
Creator II
Author

Thanks for your reply. Why would you want to hide Key Fields?

asifmaula2015
Contributor
Contributor

Because Keys are not data. Key Fields in a Qlikview model should serve the data modeler, and not be used by chart Designers as data.