Forum Discussion
Payal
Director
Hi Isateesh,
Please try the following LIQL Query:
SELECT id, kudos.sum(weight), post_time, conversation.featured, metrics.views, conversation.messages_count, view_href, topic.subject, kudos FROM messages WHERE category.id = '${id}' and conversation.featured = true AND depth=0 Order By conversation.featured ASC LIMIT 9
isateesh
7 years agoContributor
Thanks for quick pick Payal, will try and let you know.
Related Content
- 8 months ago
- 4 years ago
- 11 months ago
- 2 years ago