SanjayMindinventory

Results 1 comments of SanjayMindinventory

This is the Query i'm trying let client = new Client('http://127.0.0.1:8888') client .groupBy() .dataSource('rfq') .granularity('month') .dimensions('isin', 'rfqQty') .aggregation('doubleSum', 'rfqQty', 'sumRfqQty') .intervals(new Date('2021-01-04T00:00:00.00'), new Date('2021-01-08T00:00:00.000')) .exec((result) => { console.log('result', result) })