CSV/TSV Export doesn't work with Row Evolution

Hello PIWIK-Team,
I just updated to 1.8.2 and tried the new Row Evolution function. When trying to export the graphs as CSV or TSV I get the Error-message:

Error: Cannot load subtable if expanded=1 is set.

It seems to work on the top-level. Do I have to change the expanded-Parameter somewhere? And how would this affect other functions?

Can you please put exact URL you use that works and which ones does not work ?

Hello PIWIK-Team,
thanks for your help.

Top-Level, working:

http://webstat.his.de/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#module=Dashboard&action=embeddedIndex&idSite=1&period=day&date=yesterday&idDashboard=1

Sub-Level, not-working:

http://webstat.his.de/piwik/index.php?module=API&method=Actions.getPageUrls&format=CSV&idSite=1&period=day&date=2012-05-05,2012-06-04&expanded=1&translateColumnNames=1&language=de&filter_limit=100&label=presse%26gt%3Bnews&token_auth=19804ba87c4b9d31619bfacca368284e

Greetings from Hannover, Germany!

try with flat=1 instead of expanded=1 ?

Where do I have to change it? Just in the URL? Or in some progamm-code?

I changed ‘expanded=1’ to ‘flat=1’ in the URL - it’s not working. However, if I simply delete ‘&expanded=1’ in the URL it works. Is there some place in the programme-code where I can fix this? Or do I have to change it manually in the URL every time I want to export CSV/TSV?

Thanks for the report, created a comment in the ticket; Row Evolution: usability improvements, UX · Issue #3158 · matomo-org/matomo · GitHub