Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have some issue.
I have two listboxes
Branch and Product.
I have created one alt.state lik S1
I applied S1 to Branch and product is in Default state.
MyReq: wen i select a value in branch the product value shud be reflect.
how can i achieve this?
Try a field <expression> in your list box like
=Aggr(Only({s1}Product), Product)
Try a field <expression> in your list box like
=Aggr(Only({s1}Product), Product)
thnx swuehl ![]()
Another method would be to use an expression like this:
Sum({<Branch = s1::Branch>}[Top Line Target])
No sunny.... not in bar chart that shud be reflect for listbox ![]()
Oh okay... do you mean that something selected in the bar chart should show up in the list box?
No. bro.. bar chart is exception...
only listbox shud be reflect
I think I understand now. I had to check Stefan's app to see what you were trying to do ![]()