LINKTOFILTEREDVIEW is working as desired but the export to CSV gives me all rows

The expression in an action is

LINKTOFILTEREDVIEW(โ€œALLโ€,
IF([_THISROW].[Operator1]=โ€œANDโ€,
AND(CONTAINS(CONCATENATE([Detail],[Unit]), [_THISROW].[Input1]), CONTAINS(CONCATENATE([Detail],[Unit]), [_THISROW].[Input2]))
,
OR(CONTAINS(CONCATENATE([Detail],[Unit]), [_THISROW].[Input1]), CONTAINS(CONCATENATE([Detail],[Unit]), [_THISROW].[Input2]))
)
)

After the โ€œALLโ€ view is open, the result is okay but when I download CSV, it downloads every single row.

Any suggestion?

3 8 283
8 REPLIES 8

It really does happens, i m afraid it is a bug, you need to report to support@appsheet.com to get them involved.

My work around is to turn off the download icon

On my app where I do have the functionality to jump to the filteredview and then export CSV, it is working fine. FYG.

I noticed that when the expression in LinkToFilteredView is simple (i.e. no IF AND OR) the CSV downland is working fine. The problem happens when the expression becomes more complicated.

Okey you better to go to support@appsheet.com

I am having this same issue. I am using an IN() expression to filter the view and the export to CSV just dumps the entire table.

I am also having this same problem.

Years later, this is still an issue.

Top Labels in this Space