Hi,
I created a variable V1 in column prompt P1 in dashboard D1. The scope of P1 is set to page.
I referenced this V1 in dashboard D2 using @{V1}{default value} in a textbox T2. I used same syntax to reference V1 in a textbox T1 dashboard D1.
The text of T1 shows correct value of V1. However when I click on the action link in D1 to open D2, T2 shows the default value of V1. Only when I select another value in prompt P1, both T1 and T2 shows the value of V1 I selected.
This happens only for the first time I open D2. If I set the scope of P1 to Dashboard, both T1 and T2 shows the same value even I open D2 for the first time.
I want to know if I can reference V1 in T2 by using some syntax like @{D1.V1}. It looks like the V1 is not assigned value in D2 when open D2 for the first time.