Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to create an relationship between two fields without alter the data structure on my QVW.
Exemple:
TABLE1 (
FIELD_A
);
TABLE2 (
FIELD_B
);
When i select FIELD_A i want to transfer the selections to the FIELD_B too.
[Data structure too big to alter and merge this columns]
Can anyone help me? Probably i should use a macro, right?
Using Qlikview 9!
Thanks.