Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Data Works for AI is here - Join the discussion and enter to win a pair of Qlik kicks: Join the Conversation!
cancel
Showing results for 
Search instead for 
Did you mean: 
riyak17
Contributor
Contributor

getting different number of recors in app sheet and qlik automation

i am using an automation to fetch the receipt table data from my sheet for current receipt month. when i am applying the filter in the sheet using the same field and choosing 2026-06 it is showing around 54 rows but when same thing i am trying to filter in the automation using a variable in the sheet called current month which fetches the current month year . then i am using the same variable in my automation filter. but i am getting the error as error:Object data can't be bigger than 100.000 cells. 

 
Labels (1)
  • JSON

2 Replies
Andrea_Bertazzo
Support
Support

Hi @riyak17 
I see that you are setting a value for the variable. It seems that this is not enough to apply a selection in your app. Instead of using a variable, I would rather directly apply the selection using an "Apply selection to report" or an "Apply selection to sheet" block.
This video could be a good example.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up ! 🙂
riyak17
Contributor
Contributor
Author

Hi @jasonmiller11tt234 thanks for your reply .
when i am using this same current month filter with other apps it is working fine