You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
If you view the dashboard in a iFrame, all widgets are empty ("There is no data for this report.") if more than one segment is passed in the query.
This means that it is not possible to filter the dashboard with a custom variable, since this requires passing two segments.
Steps to reproduce:
Export the dashboard into an iframe.
Add a single segment in the query URL, and note that the dasboard filters as expected. Example of a segment to add: &segment=browserName==FF
Add an additional segment using the AND operator (";"). Note that all widgets are now empty. Example of segment to add: &segment=browserName==FF;operatingSystem=WI7
Keywords: segment, dashboard, custom variables
The text was updated successfully, but these errors were encountered:
I don't know if it was working in earlier versions. I updated straight from 1.8.2 (where the custom variable had no effect), so I'm not sure about versions between 1.8.2 and 1.9.1.
Thanks for looking into this so quickly. I applied the patch you linked to directly against 1.9.1, and deleted all files in piwik/tmp/assets/ but the issue remains. I used the following segment to test:
&segment=browserName==FF;operatingSystem==WI7
Do I have to install the latest dev version to get other patches that this fix depends on?
If you view the dashboard in a iFrame, all widgets are empty ("There is no data for this report.") if more than one segment is passed in the query.
This means that it is not possible to filter the dashboard with a custom variable, since this requires passing two segments.
Steps to reproduce:
Keywords: segment, dashboard, custom variables
The text was updated successfully, but these errors were encountered: