How to disable running query, no queries running on release mode

image
is there any setting to disable running query, all query complete on release version?

Hi @CMLN! Welcome to the forum. So I better understand your question, could you tell me more about what you're trying to do?

Are you trying to disable the query before it runs, or are you trying to cancel a query that is already running? To disable a query before it runs, you can navigate to the query, then Advanced and enter an expression in the Disable query field that prevents the query from running if it evaluates to true.

sorry i misslead the question :smiley:

i mean hide query status on app,
its good for dev mode, but i want to hide all query status for end user.
can i do that?

Hi @CMLN, thanks for clarifying! Try this:

  1. Navigate to Settings > General.
  2. Make sure the Show query status to viewers box is not checked.

Does that resolve your issue?