Forum Discussion

jukeysmoot's avatar
jukeysmoot
Frequent Visitor
6 years ago
Solved

Cluster Chart between two tables - displaying x axis values where only one table is populated

Apologies for the wording of the title - having a hard time describing my need here.    Essentially, I have a table that takes acccounting data from our ERP system, and a separate table where I hav...
  • jukeysmoot's avatar
    jukeysmoot
    6 years ago

    It came from the date table. 

     

    But you were on the right path with the cross-filter direction. For simplicity's sake, I didn't mention the multitude of other tables in this dataset. It was a relationship direction problem with a separate reference table that was messing things up.

     

    For anyone that stumbles upon this troubleshooting their own concern: For some reason, I had 'accounting''s relationship to a separate 'job info' table (reference with information about projects) set as both ways cross filter, and my 'budget' table also has a relationship with that table due to common job numbers. So even though relationships were correct on the 'date' table, the cross-filter relationship on that separate reference table was allowing the 'accounting' table to filter the 'budget' table's date values for the visual. When I switched that to one direction relationship 'job info' (one) ----> 'accounting' (many), the visual was instantly fixed.

     

    Thanks so much for the responses and getting me down the right track.