I want to show dynamicially embedded in a Textfield a value, created by filter option.
Like “There is types selected”.
Therefore I wanted to use Textfield, because it is possible to add there parameters,
Unfortunately it down’st work:
1.) It don’t shows me any selected parameter
2.) Not all existing paramter is shown as selection option
thanks you for your support, the issue is also following:
I didn’t see my already created Parameters (only one is in drop down field) , only few of them and I don’t know why…
Did you have any suggestion…?
Thanks in advance
Turhan
OK, i Have got the solution: You can’t use paramters with multiple values in insights, described here:
thank you for your suggestion, I am one step further then before but
I found out that we have paramaters we need paramters with “single value”, but even then , it doesn’t show me the result, here I created a pramater with caluclation, but it shows me only “All” in the textfield not the calculation…
Normally it should show 261,248 like in the table beside
Please share more details about what you intend to show in the text box. I understand there is one parameter and one calculated field based on the parameter. Are you intending to add the value from the calculated field in the textbox?
If yes, can you try this in custom narrative instead of Text Box? It allows us to format and compute. You can access both parameters and calculated fields. Only callout is you will need to add relevant computation in the custom narrative.
thanks for your feedback, I laso tried this, but it not working.
I wanted it like this described in the picture:
I have got one value but I need Several percentiles calculated out of it.
One Idea was that I am using Calculation for every percentile.
If you could help me that would be great
Following your idea, I tried with sample data and calculated all percentile fields separately like
percentile(Cost,100), percentile(Cost,99), percentile(Cost,95)
Then added them in the value field well for custom narrative. In custom narrative, added the computation with Total aggregate type of computation.