RobWunderlich
RobWunderlich
See the release notes for Nov 2017 release for a description of the ///bnf. I can’t yet explain why this resolves the issue. On Dec 12, 2017, at 2:13 AM,...
The Qvc.LinkTable routine, as coded, requires that each call use the same fields. You are generating two different key values because you are using two different field lists. *CALL* *Qvc.LinkTable*('LinkTable','Calendar','KeyCalendar');...
Sorry for the delay on picking this up. I like the idea, but disagree with the specific instructions. There is no need to copy the Runtime to the same folder...
I think I may be having problems with the characters involved here as I previously merged a pull request that doesn't display correctly in my git client. Can you upload...
I like the concept, but I think it may be premature. From the QVC user perspective I think having a separate file per language is very easy to understand and...
I like the idea of autodiscovery and possibly a Qvc.Init. The chicken and egg problem remains. How do we find Qvc.Init? I've thought about introducing a Qvc.Root variable that would...
I can see arguments for both approaches. **Option 1: SET Qvc.Root = c:\qlikview-components; $(Must_Include=$(Qvc.Root)\Qvc_RunTime\qvc.qvs);** I like this approach because it's somewhat self-validating and feels natural. "Follow this convention..". If you...
Fix to Qvc.DbExtract is available by using the repo copy here at Qvc_Runtime/qvc.qvs or script including with a web link: $(Must_Include=http://raw.githubusercontent.com/RobWunderlich/Qlikview-Components/master/Qvc_Runtime/Qvc.qvs); I'll build this into a release later this week.
Fixed in release V11.3
Can you try downloading and extracting the 11.3 release?