Actually, I have some special needs with column charts. May be someone can tell me that this is not possible, or tell me how I could achieve this.
1. Couldn't find a way to select a certain column in a column chart with the start of a MashApp or automatically select a certain column by an action on a MashApp, without clicking on the column. I don't mean to enter a default value, since the selected column is not always the same. Actually it depends on the current time.
2. Also couldn't find a way to select all columns of a column chart under the same conditions than under 1. .
Example:
At the start of the MashApp I want to select column 04 in the first column chart, since the current hour is 4. And I want to select all columns in the second column chart, since I want to cover the time from 4:00:00 to 4:59:59.


Stephan Freudl on
Actually, I am not sure what your intention is. Maybe there are other ways to solve it.
Default selection must be based on a constant. As of today there is no way to calculate this. But a similar question has been asked before. In the next version of MashZone you may specify the selected column "from outside", i.e. using a URL parameter you can select which value to select by default.
The other question's answer is short. In MashZone there is only single value selection per chart. So, you cannot select multiple columns at once.
However, the selected hour could still be used in a slightly different comparison. For instance, to filter the transaction list in a way which selects only transactions that happened before...
Is it an option to utilize the slider? Instead of clicking the column chart you could slide to the hour. As a result the transaction list on the bottom filters and the column chart could be updated, too.
One final remark: In the next version the default of a user input field can be bound to a data feed. So defaults (current time) could be calculated.
Regards
Stephan