You can translate the question and the replies:

Passing result of view to Interpolation Variables

Hi, I have requirement where i have base view which consist of Interpolation Variable. Value to this variable is dynamic. I have to pass text value to this variable and this value changes every month. I have this data stored in seperate view. Can you please help on how to pass the result of the view say "view2" to Interpolation Variable of the base view say "view1" . To summerise: "View1" with Interpolation Variable "var1" Value to "var1" has to be read form "View2" during runtime. Thanks, Adam
user
29-04-2021 07:41:20 -0400
code

1 Answer

Hi, I am able to define a View with a condition based on a selection from another View (interpolation). The simplest way to do this would be by creating a third view Joining the two base views, and then creating a Selection View over the resulting view, using View Parameters to filter by my desired input at runtime, described [here](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_derived_views/creating_selection_views/creating_selection_views). Hope this helps!
Denodo Team
03-05-2021 17:50:19 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here