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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

inputfield?

Hi i have one field

for that field i am going to write a inputfield

ex:

i have field called

date:

01/01/2015

02/01/2015

and i want give option to change date for front end by using inputfield

i give n the option but when he try to enter the data and click on enter it is giving like cross mark on table box( i have added field s into table box )

how to overwrite the date

if user not entering any date then i have to show  existing date ?

how ?


8 Replies
sunny_talwar

Do you have a sample?

Best,

Sunny

Anonymous
Not applicable
Author

no sample yar

i have data for that field

and if customer needs he can overrite

else showing existing data

sunny_talwar

Have you tried with If or Alt?

If(IsNull(InputfieldDate), DatabaseDate, InputfieldDate) or

Alt(InputfieldDate, DatabaseDate)

Sunny

Anonymous
Not applicable
Author

here i have data for all

eventhough i need to give user to override if he wish to override

sunny_talwar

Right, you are checking if the user has inputted something in the inputfield, if he hasn't you are going to use the date from benchmark, else you will use the date fron the inputfield. That is what you are trying to do, right?

Anonymous
Not applicable
Author

exactly

sunny_talwar

So what exactly isn't working? I am not sure... and that is why I asked a sample would be helpful.

Best,

Sunny

Anonymous
Not applicable
Author

i want give chance to enter data for date

if is not entering then i have to show existing values

it means i want give for overrite ?