appdevjrcigars
Results
2
comments of
appdevjrcigars
Thanks for your prompt reply. Turning on profiling helped indeed to see why 0 results are being returned since it revealed that, no matter how hard I try, if I...
Thanks again...I just found a workaround right there in the examples: mongoUtil = mongo.getMongoUtil(); get_allTransactionMetricsArray = db.find({'trandate': mongoUtil.asString("20140702")}).asArray(); The code above works perfectly. Thanks for your help.