Done some further testing and the "Search is waiting for input.." is caused by the query below and not the count part in XML: | head $row_count_tok$ | streamstats count as Page | eval Page = case(...
See more...
Done some further testing and the "Search is waiting for input.." is caused by the query below and not the count part in XML: | head $row_count_tok$ | streamstats count as Page | eval Page = case( $row_count_tok$=24 AND Page<=12, 0, $row_count_tok$=24 AND Page>12, 1, $row_count_tok$=40 AND Page<=20, 0, $row_count_tok$=40 AND Page>20, 1 ) But I`m not sure why, as the token is in a title and I can see it`s values being extracted correctly (24 if in landscape mode or 40 if in portrait). If I refresh the browser the issue persists, if I go into editxml mode and cancel without making any changes the panel displays fine.