Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
That is the problem, Replace it with this:
{replace: {$.getSpace.name}, ' ', '-'}
I don't have an answer just yet - but getting someone for you.
Good day!
I am the author of this video. I am reading your document between my meetings. I will get back to you soon.
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?
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!!!!!
That is the problem, Replace it with this:
{replace: {$.getSpace.name}, ' ', '-'}
It worked!!!! I manually put in the ' ' where it was missing and now it works!!!!!! Thank you so very much, I am so grateful!!!
I am glad to help.
When you can, please mark my previous answer as the solution.