NOD507 / SenseDateRangePicker

A date range picker extension for qliksense
36 stars 39 forks source link

Does not work in Qlik Sense 3.0 SR1 Server #6

Closed kuto78 closed 7 years ago

kuto78 commented 8 years ago

Hello ,

the daterangepicker does not work in Qlik Sense Server 3.0 SR1 service Release . After a range is selected , nothing happens.

It works using the =Date(xyz) "trick" in Qlik sense Desktop 3.0.

Any idea what the issue is? Many thanks in advance. Tobias

santitacoronte commented 7 years ago

Hi did you manage to get a fix?

kuto78 commented 7 years ago

It looks now everything works fine. I am now using latest release 3.1.1 enterprise server.

santitacoronte commented 7 years ago

Me too, but still not working properly. Did you do something else?

NOD507 commented 7 years ago

Please try again with the new version of the extension it could be the same problem as issue #9

santitacoronte commented 7 years ago

Thanks, it is partially working now. Does the Range selector works for you?

NOD507 commented 7 years ago

the range selector is working. what is not working for you? send an example qvf and specific steps for reproduction please.

Mustaoha commented 7 years ago

Hi, I have the same issue on SR2 could you help please? thank you very much

santitacoronte commented 7 years ago

Hi guys, a couple of findings

1) In the date field in the app you have to apply the formula DATE(REPORT_DATE, 'MM-DD-YYYY') 2)It can work funny depending on your browser and extensions. It will not work for me sometimes but for all my colleagues it will.

Hope it helps.

Mustaoha commented 7 years ago

You are really kind. I have tried what you told me (but maybe I didn’t understand well) My field is named “transdate”, so I have tried : DATE(transdate,’MM-DD-YYYY’) without success ;-(

But, I just tried : Date(Floor([transdate])) And it works fine !!!

(PS: what is funny is that the "Floor" method doesn't worj on our SR2 server, i will try your method and let you know...maybe based on SR version we have to use one or other syntax) Many thanks for your answer.

kuto78 commented 7 years ago

Works for me using: =Date(Date). QSense Server 3.1 SR4.