tmarshall
3 years agoAdvisor
# in Conversation (LIQL Query) from Messages
Hey Khoros Community Gurus,
I'm trying to figure out how to get the '# in conversation' number using a LIQL query. I get the other stats, but am not sure about how to calculate the number that is shown on a post?
Select id, replies.count(*), author.login, kudos.sum(weight), metrics.views, convesration.message_count FROM messages where id ='1864895'