What I am looking to do is dynamically move a block of data from one range of cells to another. In this aspect it is similar to Push Button BUT the key difference is that I don’t want the user to have to push the button. What I would instead like to do is have it happen dynamically based on a trigger cell.
Ideally this trigger functionality would work similar to the refresh trigger for data connection. What I mean by this is that you can have it execute either when the trigger cell becomes a certain value or when the trigger cell changes.
Has anyone seen this type of functionality (either work around or custom component)? I feel like this would have a lot of application but just can’t seem to find any add-ons that meet the requirements.
let’s refer to this with [1:1], where if I say [1:0] that means they are on the Welcome Screen without a Pop Screen. (eg: [MainTab:PopScreen])
I have a monitor cell that is watching for the “sum” of the queries to see if any given one of them is loading. This has two effects, it posts the loading dialogue, and pushes a “0” into the PopScreen cell above … thus hiding all potential popup sreens.
So, if I am at [2:4] and I want to change my parameters. I navigate away from [2:4] to [2:0] by closing the popup. Then I go to the parameters dialogue [2:1] (perhaps perform a search [2:2]), alter my values and click “refresh”. This causes the “loading dialogue” to appear because it is dynamically watching for “loading” in all the queries, but also pushes a “0” into the PopScreens cell. Allowing for the “loading” screen to fade away and return us to [2:0] without the parameters dialogue still visible. Essentially, one button now has multiple influences.
In this case, my monitor cell would be looking at the PopScreen state for it’s default IF(bool,true,false) “false” state. But if all of sudden a “loading” is detected the SourceData component quickly pushes a “0” to he PopScreen dialogue, which closes the parameters window for the user.
Whoah! I have no idea if that described it well at all. but alas, there is it.
Need more coffee to think through that … but if it works for you then don’t mess with it!
Interesting the way you approach it though. I have a set of parameters too, but I load the dashboard with a default set, so the users don’t have to select anything to see global data. They can then change parameters to re-fire the queries if they want more detailed data.
I am new to dashboards. I have a radio button that selects a country, based on which the spreadsheet gets data n loads to tree maps. My problem is when i am changing the country in the selection, if it is having less data than the previous country’s data, i am getting those extra rowsa also in the mappimg… Could u pls let me now how can i clear data in the spreadsheet before getting data for each radio option.