Has anyone any experience with combining Views with arguements?

Scenario
a) artist (takes arguement as artist initial) - lists artists with givin initial
b) cds (takes arguement lets say the year it was released)

how do i combine these two ?

I've been able to combine views with no arguements or only the primary view with arguement, but when both views have arguements, it gives sql errors.

My guess is, since the primary view is the one where secondary view is fused, i should put arguements in the primary view, but then how do i pass arguements to the secondary view?

Thanks

Comments

Farreres’s picture

I suppose you solved it, but fusion will insert an argument based on family parent child relation. I think you don't need to add it in the fused view.