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

only selected date should apply in InputBox

Hi all, pls see the attached QVW file.

In my attached sample file having an two fields , they are CaptureDateTime and LotStartDateTime

Now if i am selecting one distinct date from CaptureDateTime then the LotStartDateTime displays that particular Selected Dates relation.

Now i am trying to achieve is in INPUTBOX i need to display the date of LotStartDateTime which is in the CaptureDateTime.

Ex:

CaptureDateTime                        LotStartDateTime

02-03-2011                                    01-03-2011

                                                    02-03-2011

Now i selected 02-03-2011 from CaptureDateTime, for this selection the LotStartDateTime contains 01-03-2011 and 02-03-2011.

Now i want to display only the 02-03-2011 in INPUTBOX for LotStartDateTime.

In the Same way for the what ever i selected the date in CaptureDateTime that Date should be displayed in LotStartDateTime.

Thanks in advance.

Regards

Venkat   

1 Reply
Not applicable
Author

hi

i'm not sure to get what you need

if you declare your variable like this : =GetFieldSelections(CaptureDateTime)

you will get the value in your input box

Regards

Gilles