RobWunderlich

Results 27 comments of RobWunderlich

These semantic errors surfaced with QV 12.20. while I'm figuring out how to eliminate them completly, a workaround is to add this as the first line of your script file:...

It looks like your Cal_test table possibly has no rows. Can you check the script log and see if any rows were created?

I have unable to recreate this problem or get any further information on it, although someone else has reported it. The issue seems to be that the start date is...

Can you post your CALL statement? Kind Regards, Rob Wunderlich http://MastersSummit.com @QlikMasters http://QlikviewCookbook.com @QVCookbook http://www.easyqlik.com QViewer On Mon, Sep 24, 2018 at 11:53 PM AngelSousa wrote: > I solved the...

Date field should be quoted. CALL Qvc.CalendarFromField('Plantilla_Date'); Kind Regards, Rob Wunderlich http://MastersSummit.com @QlikMasters http://QlikviewCookbook.com @QVCookbook http://www.easyqlik.com QViewer On Tue, Sep 25, 2018 at 11:26 PM AngelSousa wrote: > $(Include=C:\Program >...

Plantilla_Date does exist and has values? If so, try adding *///$bnf off* as the first line of your script. Kind Regards, Rob Wunderlich http://MastersSummit.com @QlikMasters http://QlikviewCookbook.com @QVCookbook http://www.easyqlik.com QViewer On...

Yes, the SET should only have one underscore. I'll correct that, but it's just cleanup and shouldn't cause the problem you described. The current date is established in the load...

Is Order.Date a derived field?

Hi, At any point after the include of qvc.qvs and before rage Call to QVC.Calender. On Oct 1, 2019, at 11:45 PM, GorumDerVan wrote: Hi Rob, On which line must...

Workaround is to turn off bnf mode. Add this as the first line of your script: ///$bnf off On Dec 11, 2017, at 1:35 PM, srampani wrote: Hi Rob, I...