Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Apr 18, 2019 12:08:13 PM
Jan 22, 2019 1:30:45 PM
Managing Master items can be time consuming. Master Items can also become difficult to maintain and validate as more are created, risking consistency in your development. To solve this issue we created the GINQO Master Item Manager to help you work more efficiently with Master Items.
Try our new Master Item Manager extension (https://github.com/GINQO/Master-Item-Manager) and we look forward to to hear your comments, feedback here!
What is it?
Why was it built?
Thank you. Are you planning to join Trusted Extension Developers?
Newlines in Master Items fields are not parsed correctly when loading the generated CSV in Excel (this is an Excel issue). However, this issue limits the use of this Extension. It would be great if the Extention would also export to XLSX format.
You're a lifesaver. The most useful extension I've ever met. Thank you so much!
Thank you @MARUn0! Really appreciate that kind feedback from you.
Did you know the GINQO Master Item Manager is now working on Qlik SaaS? May be interesting if you are a SaaS user or plan to be on the saas eventually!
Regards,
Maxwell.
Also, one more question. The initial upload of all the expressions works great - however, when I add a measure my steps are as follows:
- create measure in template and give it a unique ID
- refresh application
- I highlight it in the master measure table in the front end.
- I then press synchronise
When I do this is says measures were created - but nothing happens. Any thoughts on this?
Thank you @MARUn0!.
After loading GINQO MIM extension, loading script and data (from Template), then using QuickTable, I select the Dimension and Measure tables as instructed followed by Get My Table!
Is GINQO expected to import Dimension and Measure data directly from the App Master items or from the Template, which has sample data?
In the process I follow, Template sample data is loaded into QuickTable.
Oliver
Thanks @maxwell_marchand for this extension I'm only discovering.
This works fine except a small bug, when importing measures, if they don't have a tag, the JS is failing.
You seem to have managed this case for the dimensions with a test:
if (typeof tags != 'undefined') {...}
Whereas for the measures, you use tagStr.length>0 which is failing.
This is also the case for the segments.
So I have added if (typeof xxx!= 'undefined') everywhere.