Path separator are platform dependent: for windows, it’s \ and for unix it’s /.
However, in the QuickShow configuration, you need to use the Unix path separator:
"database": "C:/OB/ms_stredni.qbe",
Otherwise, it won't work, which can be confusing for Windows users who are used to the \ path separator.
Path separator are platform dependent: for windows, it’s
\and for unix it’s/.However, in the QuickShow configuration, you need to use the Unix path separator:
"database": "C:/OB/ms_stredni.qbe",Otherwise, it won't work, which can be confusing for Windows users who are used to the
\path separator.