HI All
We have 3 prompts
1 prompt user enter the values, 2 prompt with lov, 3 prompt with lov.
in the query we want to pass
select
datavalue,timestamp from numericlog where logname = concat(concat(prompt1,prompt2),prompt3)
so that the user can get the result set.
We are getting the above values from symentic layer.
Can we do this in webi or we should do this on Symenticlayer itself or how should we do this.