How to define Cross-Table? #538
marcin-kaczor-ck
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm working on Sirius Project and want to define Cross-Table. My model has a Driver which has a list of Components, each component has a list of Specs and then each Spec has list of Values for different designs. I want to create a view that will list all specs for all components and columns will represent different designs. I was trying to do this via normal table, but found some limitations. so I created a Cross Table that successfully lists all Components with Specs as a sub-lines, but I have issues with creating columns. Here is my odesing configuration:
where GTASpecValue is:
And Intersection:
I spend on this a lot of time, so any help or working examples will be welcome.
Beta Was this translation helpful? Give feedback.
All reactions