Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have been asked to fix a Qlickview application for my company that the old Technician made.
The application get information from a database and show it in a list, the thing that not is working is the selection(filter function)
It's VB Script.
This work:
ActiveDocument.Fields("TIME_STAMP").Select (">=" & date() & " 04:30:00 <=" & date() & " 12:30:00")
This don't work
ActiveDocument.Fields("TIME_STAMP").Select (">=" & date() -1 & " 05:36:00 <=" & date() & " 05:36:00")
But if i change it to
ActiveDocument.Fields("TIME_STAMP").Select (">=" & date() -1 & " 05:36:00 <=" & date() & " 07:36:00")
then it works...
Can someone please help me what to do, im very new to qlickview.
Best regards
Pontus
Could you post your sample qvw that shows the issue? See:
Preparing examples for Upload - Reduction and D... | Qlik Community
The problem now is the database so the application is empty of data, but i think you can se the functions..