Wondering if anybody had a similar problem. The Dashboard runs completely fine, all the tiles are executing correctly but when exporting, I’m getting:
query failed: Missing values for 'view_name.field' were not filled. Only one dimension is allowed when filling in missing rows.
I thought I would solve it by adding “allow_fill: no” to the dimension, which was okay in my case, as the field is a N-ranking but it turns out the field it complains about is a yes/no field is_top_n
How can this error relate to a yes/no dimension?
Adding “allow_fill:no” to the “is_top_n” does not help