Hi @AbhishekIlindra , this one SELECT id, subject, view_href FROM messages WHERE kudos.sum(weight) > 0 ORDER BY kudos.sum(weight) DESC LIMIT 5 quite close to the data i want to retrieve , how to i limit to retrieve the most recent 1 month messages ?
... View more
Hi All, Anyone know how to write code to Display latest Top 5 kudos board in new component ?can refer to my attachment, i am new to lithium api
... View more