Yuki.O
December 1, 2021, 6:34am
1
My app database has three collections, Users, Question, and Reply.
Goal: Count Question which has Replies that are belonged not to Logged in User.
Problem: The first picture should show “2”, because the logged in user is belong to one reply of her all three questions, but it doesn’t work
(The second picture shows filter I have done)
Hi Yuki,
Have you tried conditional visibility? with the same filter?
Yuki.O
December 2, 2021, 12:19am
3
Hi James
Thank you so much for helping me.
When I try like this, the count is invisible.
Yongki
December 2, 2021, 12:29am
4
Try using current question>reply>users>email is not equal to logged in user>email.
Yuki.O
December 2, 2021, 12:46am
5
I want to count current’s all questions which are linked to Reply that logged in user doesn’t still reply.
Does it make sense?
Yongki
December 2, 2021, 12:50am
6
Try doing by steps,
Check if count works for all reply to question, then for all logged in reply, then for logged in reply to that question.
This will help you pinpoint the problem.
Yuki.O
December 2, 2021, 1:03am
7
Thanks. I tried and found out that count doesn’t reply to question. This is wrong.
I know a question definitely is belonged to a reply, but it doesn’t count…
Yongki
December 2, 2021, 1:06am
8
In that case, you can submit support ticket and explain as much as possible so they can understand you better.
Yuki.O
December 2, 2021, 1:40am
9
I submitted. Thank you, Yongki(: