Forum Discussion
Help needed Relative Date Slicer
- 3 years ago
you may have a bad join between 2 tables. usually when you see data duplicating like that its becasue the join for the view you are trying to create is contradictive of another join to that same table.
there are ways around this but in some instances its easier to duplicate the 2 tables you are using to create a different join for the new view you are trying to create. Its not optimal but its a work around.
you may have a bad join between 2 tables. usually when you see data duplicating like that its becasue the join for the view you are trying to create is contradictive of another join to that same table.
there are ways around this but in some instances its easier to duplicate the 2 tables you are using to create a different join for the new view you are trying to create. Its not optimal but its a work around.
Thank you BobSled!