Query from a View in a script

We need to run a query in a Script. We have created a View that we will query. It is done this way because we want to simplify the script

This is our code for the Query:

Dim qPersonWantsOrg = Query.From("View_Avbestilling")

View_Avbestilling is a View.

The error message says that it does not find the table View_Avbestilling. 

Is it possible to Query a View ? Anyone who have tried this ?