Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 micklesj
		
			micklesj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
I have an issue where we have a space in the Qlik Sense "space" naming convention. I followed the video about this on how to create a variable and replace the space with a dash, and it does work in the sense that it creates the repository in GitHub with the dash in it. However, it then fails right after that and doesn't put the app in the repository. Please see attached images to show exactly what I am doing and what is happening. I am so grateful to anyone that can help. When I use the automation for any Qlik Sense Spaces that do not have "spaces" in them it works fine. Thank you!
 igoralcantara
		
			igoralcantara
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		That is the problem, Replace it with this:
{replace: {$.getSpace.name}, ' ', '-'}
 
					
				
		
 Michael_Tarallo
		
			Michael_Tarallo
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I don't have an answer just yet - but getting someone for you.
 igoralcantara
		
			igoralcantara
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Good day!
I am the author of this video. I am reading your document between my meetings. I will get back to you soon.
 igoralcantara
		
			igoralcantara
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I see that the variable vSpace is not replacing the space for a dash.
On that block, can you disable the "link" feature and check if the Set Value looks like the one in the image?
 micklesj
		
			micklesj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello hello! It is close but not quite, it looks like this. I did notice that when I am in the formula to do the replacing, it doesn't appear to be putting a space in even though I hit the space bar. Can I just modify it as it is below by manually putting in the missing ''?
thank you so much!!!!!
 igoralcantara
		
			igoralcantara
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		That is the problem, Replace it with this:
{replace: {$.getSpace.name}, ' ', '-'}
 micklesj
		
			micklesj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It worked!!!! I manually put in the ' ' where it was missing and now it works!!!!!! Thank you so very much, I am so grateful!!!
 igoralcantara
		
			igoralcantara
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am glad to help.
When you can, please mark my previous answer as the solution.
