Hi
I am trying to use a drop down box to modify the SQL WHERE clause but I'm struggling to get this to work properly.
My WHERE Clauses are as follows and I need three drop downs:
where table.year = '0'
and table.period >= '0'
and table.period <= '0'
If I use the drop down tool and connect the the input tool, I can only seem to be able to update a specific piece of text, but as you see above, if I used it to replace '0' then it would replace all three in the tool rather than the related one.
However, when I try to use the dynamic input tool, it's asking for an input feed - even though the SQL is in there and doesn't need a separate data feed. So I tried attaching an input tool with the same SQL to the front end, but it doesn't seem to work when I run as analytic app.
Does anyone have any tips?