Knowledge Base Article

Fix for custom plugin WiseFilter widget, to see all values [Linux]

Small fix to improve the behaviour of the plugin WiseFilter, to see all values in it. L2024-L2025

Step-by-Step Guide: 

Task: We installed the WiseFilter widget and we have a column, which we will use to filter, with 90.000 records. The plugins limited the values to 50.000.

Fix:

Go to Admin - Feature Management and enable File Management. Press Save button and refresh the page.

 

 

Go to Admin - File Management - plugins - WiseFilterWidget

Find the file widget.6.js, double click on it to edit.

 

 

Go to the line 55 and add a new empty line after it.

Add the next code there:

query.count=999999;

 

 

Save the file.

Now you will see all values from the column if you have a significant amount of them.

Be careful, as if these values are too long you can have issues with memory.

Conclusion: 

This fix can help you to see all values from your big column.

Be careful, as if these values are too long you can have issues with memory.

References/Related Content 

https://community.sisense.com/kb/add-ons_and_plug-ins/wiser-filter-widget/9484

Disclaimer: This post outlines a potential custom workaround for a specific use case or provides instructions regarding a specific task. The solution may not work in all scenarios or Sisense versions, so we strongly recommend testing it in your environment before deployment. If you need further assistance with this, please let us know.

Published 08-15-2025
No CommentsBe the first to comment