Forum Discussion
Payal
7 years agoDirector
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
Related Content
- 8 months ago
- 4 years ago
- 11 months ago
- 2 years ago