You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title says, filter bar is not working, numbers in column are still there and no bar displayed.
I checked code and : <div style="width: INFpx;" class="bar"></div>
INFpx means its not getting value.
File is /classes/filters/barFilter.php
The text was updated successfully, but these errors were encountered:
Well seems like this filter should be Dataset dependent and besides the $report->options['Values'] it uses is actually non-existent.
A quick and dirty fix is:
As title says, filter bar is not working, numbers in column are still there and no bar displayed.
I checked code and :
<div style="width: INFpx;" class="bar"></div>
INFpx means its not getting value.
File is /classes/filters/barFilter.php
The text was updated successfully, but these errors were encountered: