Forum Discussion
Anonymous
5 years agoNot applicable
USERELATIONSHIP to create shared Calendar Axis
Hi, I have 3 tables : Orders, Users and Calendar. Tables are related as below. I need to create a barchart that will reflect weekly #Orders and #Users. Calendar is connected to UserCreati...
- 5 years ago
Anonymous , Make the join between user and date inactive and activate only when you need a report on the user table only. if needed use crossjoin to remove relationship .
Keep date and order activated. Ideally, you should one to Many between user and orders
How to user refer : https://www.youtube.com/watch?v=e6Y-l_JtCq4
amitchandak
5 years agoSuper User
Anonymous , Make the join between user and date inactive and activate only when you need a report on the user table only. if needed use crossjoin to remove relationship .
Keep date and order activated. Ideally, you should one to Many between user and orders
How to user refer : https://www.youtube.com/watch?v=e6Y-l_JtCq4
Anonymous
5 years agoNot applicable
Thanks amitchandak . With a bit of work around it worked.