Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created one input box where a user can enter ID to fetch a particular row from below table.
However, I also have a filter pane for ID.
How to achieve above task?
I was somehow trying to achieve to select ID in filter pane based on ID entered by user and thus below table shows only that particular row.
create variable like vVariable and store the inputbox values in these variable
then use below expression to show only entered ID values in the object
Sum({< ID = {'$(vVariable)'} >} sal)
The value entered is a dimension not a measure.