Quick Qlear Qool
Reactie op DTAP deployment with common script door Bas
You have pointed me to another way of doing it. It can also be achieved by placing your common script in a share. When you use a share you are also independent of the filestructure of Windows.
For instance when you create the folder “C:\MyScript” and create “Common.qvs” there. You can share the folder with the name “QlikView_Script”.
In your QlikView app you can include the script like this: $(Include=\\localhost\QlikView_Script\Common.qvs);
When you are on another machine you can use a different folder, but use the same share name. So the next machine can have the common file in “C:\QlikView\Scripts”. But still share this as “QlikView_Script”. This means that the same include will still work.
Reactie op DTAP deployment with common script door Brian S
I see. Yeah we have a standard directory structure on all of our QV servers and developers machines. So then we just have a relative path ($(Include=..\..\shared includes\incDataSource.qvs)) to the include file. Many ways to “skin the cat” depending on how you need to do it. QlikView is nice that way.
Reactie op DTAP deployment with common script door Bas
That is also a very good option. There are multiple ways of solving the inclusion of a common script. I suspect that your include points to a static file path? That’s something I wanted to prevent. But of course in my method I point to a static registry location. Just a matter of preference I guess.
- Bas
Reactie op DTAP deployment with common script door Brian S
We use a little simpler method. We have a common include script that all apps include. The include script detects the machine name it is running on and then we use a case statement that sets a standard set of variables to the appropriate connection strings for that machine. Each app can then instantiate any connection string variables it needs for its script. We try to avoid having any registry dependencies for portability sake.
Reactie op How To: Create User Defined Buckets door William
your welcome!
Reactie op How To: Prevent Circular Reference in a Qlikview Data Model door william
Hi May,
You could rename a field with as like in the example CustomerCode field below:
Example:
load
CustomerCode as RenamedCustomerCode,
LineTotal,
ItemCode,
CustomerCode
resident
example;
Reactie op How To: Create User Defined Buckets door koala kare baby changing station
nice posts and nice site Great post man! Continue the good work!
Recent comments
8 min 7 sec ago
6 days 20 hours ago
1 week 20 hours ago
1 week 3 days ago
2 weeks 3 days ago
2 weeks 3 days ago
3 weeks 18 hours ago
3 weeks 6 days ago
4 weeks 1 hour ago
5 weeks 6 days ago