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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
UncleBob
Contributor
Contributor

Input Field No Longer Works

Good Morning there

I investigated with 'INPUTFIELD' earlier this week, and has found that this function was very helpful. I created a TABLE where 2 of the fields below allowed for User Input (Set_Contingency, Set_Forecast_Flag)

Overnight however, the TABLE has completely stopped functioning! I can almost swear i did not change anything else in this report.

Below is the script in which the INPUTFIELD is created (working well yesterday!), attached is an image of a big 'X' on the TABLE everytime i tried to INPUT a value.

Did something go wrong? Or is this a bug? 

 

INPUTFIELD Set_Contingency, Set_Forecast_Flag;

InputDataBase:
load
To_Join_PCR_Key,
[Contingency] as Set_Contingency,
[Forecast Flag On/Off] as Set_Forecast_Flag
resident LoadingDatabase
;

 

Labels (2)
1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I feel your pain. Happens to me too.  InputField only works correctly when there is a primary (unique) key on the table. Is To_Join_PCR_Key a primary key on InputDataBase? Or does it have repeating values.?

-Rob