The filters in table i've applied based on Result & Accuracy columns. What i want to do is only show the coloumns which shows average 100% accuracy.
I've tried filtering out the fail results but that removes them from calculation and shows everything as 100% since only pass results comes into calculation.
Is there a way to achieve this with current data ?
Thanks
Reference Calculations:
Columns:
Pass Accuracy --> Average of Accuracy Column in index with value format as Percent.
Fail Runs --> Count of Records with filter by "Result = Fail".
Pass Runs --> Count of Records with filter by "Result = Pass".
Yes i want to hide certain rows but based on a specific logic.
Like all the rows should not be visible where the "Fail Runs" is not 0 or if the "Pass Runs" is less than "Total Runs".
But i'm not able to find a filter for such comparision.
Additionally, what i already tried is applying a filter for my condition like "Result = Pass" but in that case the fail values gets removed from the total calculation and all 5 rows return 100% which is incorrect interpretation of data.
Got it, no I am afraid this is not possible atm. You can always create an enhancement request on our public repo and the team can assess and prioritize.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.