Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any tools available for qlikview where we can check code quality like, there are so many tools available for web development languages?
Regards,
Vijeta
this tool exists,
but it does not check the code as you meant it for web dev tool:
Document Analyzer V3.0 Update Available
Search Recipes | Qlikview Cookbook
Document analyzer will just provide information about the fields but, i want to check code quality of qlikview application.
code quality is checked when loading
if there is any errors in your script, loading should detect, there no sytaxe tolerance in qlikview link some other languages
according to my knowledge, no such a tool is available.
good luck searching
regards,
Not really. You could use the inbuilt syntax-checker within script-editor or using the above mentioned document analyzer to identify not used tables/fields but you need to check yourself if your script and datamodel works logically in regard to your data, data-quality and requirements and delivered therefore the correct results within the UI.
- Marcus
Document Analyzer does provide some measures of "Code quality" (depends on how you define code quality in QV). For example, what percentage of expressions use variables, # of tables used in an expression. It's also easy to create your measures -- for example, expression character length -- from the supplied metadata.
-Rob