Forum Discussion
VarunGrazitti
Boss
kckmurthy - There may not be a direct call to fetch all these, but I found a very similar call here
SELECT * FROM metrics WHERE id IN('net_overall_posts','completed_registrations') AND user.id ='${user.id}'
you can add all the required metrics name in the brackets, where I highlighted the text in red.
kckmurthy
9 years agoContributor
Hi VarunGrazitti,
This is not a suggestible option for our requirement, We have to adjust the code every time when new metrics added into the system.
Looks like v1 is the only option for us.
Thanks,
Chinni.
Related Content
- 2 years ago
- 2 years ago
- 10 months ago