Supose you have two providers:
Provider P1:
D1 (Dimension)
---
A
B
C
Provider P2:
D2 D3 (Both are dimensions)
--- ---
C X
D Y
E Z
Supose <D1> and <D2> are linked. Making a table with <D1> and <D3> shows the following:
D1 D3
--- ---
A
B
C X
D Y
E Z
Up to this point, versions 5.1.3 and 5.1.4 behaves the same.
The diference arises when a filter is applied to the preceding table. The filter is applied over <D3>, and has the following expression:
=IsNull(<D3>)
On 5.1.3, the resulting table is:
D1 D3
--- ---
A
B
But on 5.1.4, the resulting table is empty:
D1 D3
--- ---
¿It's a bug on version 5.1.4? ¿How can achieve the behaviour of version 5.1.3 on version 5.1.4?
Provider P1:
D1 (Dimension)
---
A
B
C
Provider P2:
D2 D3 (Both are dimensions)
--- ---
C X
D Y
E Z
Supose <D1> and <D2> are linked. Making a table with <D1> and <D3> shows the following:
D1 D3
--- ---
A
B
C X
D Y
E Z
Up to this point, versions 5.1.3 and 5.1.4 behaves the same.
The diference arises when a filter is applied to the preceding table. The filter is applied over <D3>, and has the following expression:
=IsNull(<D3>)
On 5.1.3, the resulting table is:
D1 D3
--- ---
A
B
But on 5.1.4, the resulting table is empty:
D1 D3
--- ---
¿It's a bug on version 5.1.4? ¿How can achieve the behaviour of version 5.1.3 on version 5.1.4?