Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview TFS source control

Hi,

Can anybody guide me on qlikview under tfs source control???

Thnx in advance

6 Replies
rajeshvaswani77
Specialist III
Specialist III

Hi,

Please check this document link

http://community.qlik.com/docs/DOC-3424

thanks,

Rajesh Vaswani

ashfaq_haseeb
Champion III
Champion III

Anonymous
Not applicable
Author

variable information is lost when i keep qlikview under source control

is there any way to avoid it???

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Put your variables in the script. Or a separate include file.

Anonymous
Not applicable
Author

can you brief me the process to store variables in separate include file????

jerrysvensson
Partner - Specialist II
Partner - Specialist II

See attachment.

create a text file variables.txt

Add:
SET vCountry = 'USA';

SET vPresident = 'Ronald Reagan';

In QlikView app:

// Include text file
$(Include=variables.txt);

Try deleting the variables and then reload.