We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Manish Singh • 5 years ago

Thank you so much for this, this is very useful. But i am getting compilation error.
This is working fine "SELECT Type, ParentId, Parent.Type, title,body,Parent.Name, CreatedBy.FirstName FROM FeedItem". But above code give us compilation error.
Have you tried this query ?

Jami Gibbs • 5 years ago

Hi Manish,
Yes, I've successfully used the final query in the post. Is this the one that's giving you an error? What is the error?

SELECT Id, Body, Title, Parent.Name, CreatedDate
TYPEOF InsertedBy WHEN User THEN Name, MediumPhotoUrl END
FROM FeedItem
WHERE CreatedDate = LAST_N_DAYS:30
ORDER BY CreatedDate DESC

Manish Singh • 5 years ago

Hi Jami,
Yes I am using last query posted on this article. I am getting compilation error.
Please have a look on below error. https://uploads.disquscdn.c...

Jami Gibbs • 5 years ago

You need to add a comma after CreatedDate. I'll update the gist.

https://gist.github.com/jam...

Manish Singh • 5 years ago

Thank you, this is working now.