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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qingkong
Contributor III
Contributor III

The specified field is not displayed

I added some fields to the filter, the field "Subcontract" does not need to be displayed
What to do

 

c499bf0a-af75-43ea-b2f4-8e960e2480da.jpg

Labels (1)
1 Solution

Accepted Solutions
PrashantSangle

try 

calculated dimension like if( not wildmatch(Modified_SLOC1,Subcontract),Modified_SLOC1)

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

3 Replies
PrashantSangle

create calculated dimension or

if you want that value remove from entire data set then in script use where clause to exclude that field.

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
qingkong
Contributor III
Contributor III
Author

This field is required for loading data, but not for visualization, so it cannot be deleted

PrashantSangle

try 

calculated dimension like if( not wildmatch(Modified_SLOC1,Subcontract),Modified_SLOC1)

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂