Create a view based on the guage

Posted by mysteryminds on 10-Mar-2015 12:42

How is it possible to create a view based on the guage we have developed
This guage is showing the information based on some specific criteria. 

When we click on VIEW DRILLDOWN option i need to show the records which are being displayed in guage

return Number(rbv_api.getCount('125521188', 'location', '89832213')) +
Number(rbv_api.getCount('125521188', 'location', '51687718')) +
Number(rbv_api.getCount('125521188', 'location', '68942554')) +
Number(rbv_api.getCount('125521188', 'location', '51687716')) +
Number(rbv_api.getCount('125521188', 'location', '71701170')) +
Number(rbv_api.getCount('125521188', 'location', '65634241')) +
Number(rbv_api.getCount('125521188', 'location', '51687717')) +
Number(rbv_api.getCount('125521188', 'location', '98663403')) +
Number(rbv_api.getCount('125521188', 'location', '51687725')) +
Number(rbv_api.getCount('125521188', 'location', '63490034'));

All Replies

Posted by pvorobie on 10-Mar-2015 13:57

getCount() already returns an integer, so what's the purpose of Number() ?

Posted by mysteryminds on 11-Mar-2015 11:00

well what ever it is I must the existing guage into a view but how?

This thread is closed