Hello,
I'm building a dashboard with a number of pulldowns, buttons and textboxes to allow users to precisely identify the data their searching for. Here's what I'm shooting for...
I've successfully limited the results panel from populating until the user chooses search, but I don't know how to stop Pulldown#1 and #2 from populating in advance of user choosing text field.
After some tinkering around, I came up with a solution. The key is to identify which Sideview modules are capable of stopping dataflow as many of the modules automatically pass data downstream with no ability to stop the dataflow. One such module is the Button module. So.. I added the button module after the text field. Thanks me!
After some tinkering around, I came up with a solution. The key is to identify which Sideview modules are capable of stopping dataflow as many of the modules automatically pass data downstream with no ability to stop the dataflow. One such module is the Button module. So.. I added the button module after the text field. Thanks me!