Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
is it possible to create an input field on a row level not column level??
in other words i have a pivot table where i have a Balance Column and between the values of this column one cell must be an input field all over the row.
thank you:)
You have to do it indirectly say create a clone of tha chart and filter the row
where u want to see the inputfield and combine the 2 tables into one .
Say for example u have a pivot table with 3 rows out of this u want to show inputfield in one row
so clone the chart and filter that row in the dimension and in the expression give inputsum(a) and combine
the above and below in chart to make to it look like one
Still im not sure how ur data looks and what u want please explain more with an example so that it wil be easy
to find solution