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: 
Anonymous
Not applicable

input field?


Hi i have

t1:

load

id

entry

from xl...

here i have used entry in chart level

and now my req is i want create one more field like

inputfield new_entry;

t2:

load *

' ' as new_entry

resident t1;

drop table t1;

and i am giving user to enter the data  in new_entry  if he wish to enter the data in new entry then instead of 'ENTRY' I NEED TO TAKE INPUT FROM  'NEW_ENTRY'  if he is not giving any input then i need to take data from ENTRY ONLY ?

how to write condition for this ?

0 Replies