The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Mike_Sabourin
1 year agoContributor II
Capture mouse/pointer position
Is there a way to capture mouse or pointer position in OneStream? I want to be able to change a value dependent on where the mouse/pointer is currently located within a grid. Any thoughts?
3 Replies
- JackLacava
OneStream Employee
Sadly, not. You can only run code when the user actually interacts with a component (firing the Selection Changed action).
- Big_Rick_CPMContributor
I think this is partially possible at least. With a cube view, you are able to setup bound parameters that are based on the user interaction/rows/POV clicked on in the cube view. You can then pass that bound parameters to rules or other dashboards as needed. For example, in a transactional drill down dashboard, I've developed a cube view on the left side with bound parameters passing through to a data adapter method query against an external db. As the user interacts/moves cursor to click on new rows on the left side cubeview, the grid view on the right is automatically refreshed with live transactions related to the users click/cursor via the adapter and bound parameter.
- JackLacava
OneStream Employee
Yes, but those clicks are indeed interactions :)
Related Content
- 2 years ago