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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating Multiple Search Using a Button

I need to create a qlikview application where startdate, enddate and few input text needs to be entered. when clicking on search button, it should display the corresponding dataset. I am storing all the values in different variables but facing problem in writing action script for the button. Please share some views and ideas. Thanks in advance.

1 Solution

Accepted Solutions
offjunior
Creator
Creator

Hi!

Follow your qvw working the way you wanted


Hug!

View solution in original post

7 Replies
israrkhan
Specialist II
Specialist II

Hi See the video for , From , To Date Slection.

and use the same concept for EmpName and Salary...

Hope it helps...

Selecting Arbitrary Date Ranges - YouTube

offjunior
Creator
Creator

Good afternoon!

Send me your qvw with little load data so I can see What do you already have done and continue or improve for you.

Hug!

Not applicable
Author

Hi Hug,

Thanks for your reply. I have attached qvw file. Actually problem I am facing is with the start and end date filter. Please verify if the action code written is correct for the date filter.

Regards,

Ali

Not applicable
Author

Hi Israr,

I have seen the video. I tried to do in the same way. But this particular particular code:  ='>= ' & vStartDate  & '<= ' &vEndDate seems not working .

Regards,

Ali

offjunior
Creator
Creator

Here's an example of qvw doing what you wanna ... and an image to help you get what you want!

I hope it helps.

offjunior
Creator
Creator

Hi!

Follow your qvw working the way you wanted


Hug!

Not applicable
Author

Thanx man....it worked....