Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Pros,
I think its a general question... How do i keep the selection highlighted in the main chart while other charts populate the data...I search for a individual and select him, this shows me his list of clients in the main chart, in the main chart if I click on a Client, it shows further details, however the full clients list is gone and I am left with the current selected client in the main chart... I want to achieve something like, if i select a client I want that highlighted and the list should remain intact....
Hope you understood this...I m on Ver9.00 SR5
Cheers
Hello John,
This solution worked to some extent, if not full. However I understood, this should be around the expression what I am working with..
Thanks Again,
Reg
Hello Guys Any takes please....
Perhaps use set analysis to ignore the client selection in your original chart. So if your original chart had sum(Sales), you might instead use sum({<Client=>} Sales). It would then ignore your client selection, at least for that expression. You'd do the same for other expressions.
Hello John,
Thank you for the reply, will try and let you know if this worked by monday.
Hello John,
This solution worked to some extent, if not full. However I understood, this should be around the expression what I am working with..
Thanks Again,
Reg