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

Version control in Qlik Sense?

Hi guys,

I was wondering how you do the version control in Qlik Sense? Especially I am interested about formulas. At the moment a typical formula field in my app looks like below. For example, if I try some adjustments to the formula, I comment out the previous version and add the modified version, and if I am not satisfied with the results, I revert back to my original formula. But I was wondering what are the best practices to (1) do version control of your apps and (2) of your formulas.

//round(count({<type={'move'}>}container) 

///

//sum(aggr((FirstSortedValue (distinct TimeStamp,-TimeStamp) - FirstSortedValue (distinct TimeStamp,TimeStamp))*24, vessel_crane)))



if(not isNull(Only({<[CRANE]-={"=len(trim([CRANE]))=0"}>}CRANE)),

round(count({<type={'move'}>}container) 

/

sum(aggr((FirstSortedValue (distinct TimeStamp,-TimeStamp) - FirstSortedValue (distinct TimeStamp,TimeStamp))*24, vessel_crane))))

2 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi,

what you are doing seems pretty straightforward and logical and you only have to look after 1 app

Best regards

Andy

MichaelAtMotio
Partner - Contributor III
Partner - Contributor III

You could always automate your version control ---> https://motio.com/product/soterre/