You can translate the question and the replies:

Removing Input Values from the View Output

I am trying to figure out a way in VQL to remove the input values from the records that are returned in the veiw. I am able to remove them in the REST Data Service, but I need them to be removed in the Interface View. Thanks!
user
04-06-2018 13:01:05 -0400
code

1 Answer

Hi, The main purpose of adding parameter is to provide runtime conditions hence it cannot be hided or removed from the output. This answer [here](https://community.denodo.com/answers/question/details?questionId=9060g00000009uBAAQ&title=remove+parameters+from+query+output) goes into a little more detail that I think you may find useful. Now, you can do a completely new Selection view over your main view and remove the column in question in the Output tab as a workaround, after essentially hard coding your input parameter. But I am not sure that is what you are looking for in this instance. Hope this helps!
Denodo Team
05-06-2018 14:35:57 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here