Quick Qlear Qool

Syndicate content
it's all about QlikView
Updated: 4 weeks 4 days ago

Reactie op DTAP deployment with common script door Bas

Sun, 01/22/2012 - 19:27

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.

Categories: Business Intelligence

Reactie op DTAP deployment with common script door Brian S

Fri, 01/20/2012 - 19:56

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.

Categories: Business Intelligence

Reactie op DTAP deployment with common script door Bas

Fri, 01/20/2012 - 16:48

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

Categories: Business Intelligence

Reactie op DTAP deployment with common script door Brian S

Fri, 01/20/2012 - 15:31

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.

Categories: Business Intelligence

Reactie op How To: Prevent Circular Reference in a Qlikview Data Model door william

Fri, 01/20/2012 - 09:01

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;

Categories: Business Intelligence

Reactie op How To: Create User Defined Buckets door koala kare baby changing station

Fri, 01/20/2012 - 08:51

nice posts and nice site Great post man! Continue the good work!

Categories: Business Intelligence