Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to QlikSense but worked a lot in QlikView. I need one help, In Data Load Editor Can I hide Tab Names(Left Hand Side of Window), So that I see Only Script in full page.
Thanks & Regards
Suhas Gupta
Hello,
If my understanding is correct, you would like to hide this menu:
As you have noticed there is not any native way to hide this menu, so the only solution is to submit a feature request [1].
You can try playing with CSS styles if you want, but I wouldn't recommend that because you will have to modify many elements as the view is not only affected by one simple div etc. In any case, it might make the software inoperable and you will have to find ways of doing HTML injection with a bookmark that will be running a script and then find a way to hide the element, adjust the reset of the elements and bring the UI back to how it was, without doing a refresh of the page each time.
My assumption is that you might be using zoom settings or a screen resolution that makes the entire view a bit hard to read, which is the reason that you would like to get rid of the menu, to give more space for the script space. If this is the case, then you can make the screen resolution larger, which will adjust all the elements (make them smaller) and give more space to the script container. Then you can make the size of the script bigger (to make it readable), by changing the css property font-size: 25px of class .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like.
I wouldn't recommend doing so, since as you can see, it is not looking that suitable to work with and in some cases, it might break the UI. I believe that the only option for now is to submit a feature request [1], to have it natively available. You can ask for a button to hide and unhide, or the option to drag the lines to make it smaller.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.
---
Hello,
If my understanding is correct, you would like to hide this menu:
As you have noticed there is not any native way to hide this menu, so the only solution is to submit a feature request [1].
You can try playing with CSS styles if you want, but I wouldn't recommend that because you will have to modify many elements as the view is not only affected by one simple div etc. In any case, it might make the software inoperable and you will have to find ways of doing HTML injection with a bookmark that will be running a script and then find a way to hide the element, adjust the reset of the elements and bring the UI back to how it was, without doing a refresh of the page each time.
My assumption is that you might be using zoom settings or a screen resolution that makes the entire view a bit hard to read, which is the reason that you would like to get rid of the menu, to give more space for the script space. If this is the case, then you can make the screen resolution larger, which will adjust all the elements (make them smaller) and give more space to the script container. Then you can make the size of the script bigger (to make it readable), by changing the css property font-size: 25px of class .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like.
I wouldn't recommend doing so, since as you can see, it is not looking that suitable to work with and in some cases, it might break the UI. I believe that the only option for now is to submit a feature request [1], to have it natively available. You can ask for a button to hide and unhide, or the option to drag the lines to make it smaller.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.
---