Hi, i was trying to investigate the error on the chart scrapping while try to binning with parameter given from my company on MonogDB Chart, it shows an error while loading which stated conversionFailure attached on the screenshot. The chart was shown when i put a field to series, but when i turned on binning it show the error. Idk but the other chart showing just fine. Any advice regarding this issues?
the value expression on that field (calculated status) =
{
$cond: {
if: {$eq: ["$status", "failed to login"]},
then: {$first: "$lastScraperStatus"},
else: "$status"
}
}
while binning consist of several item
is that error show because of the binning which then related from the backend scrapper? or there is something wrong while converting on the data