Text box equivalent in a report

0
Is it the case that the only 2 parameters that can be used in a basic report are date range and drop-down - the latter only works from an enum. Is this right? I need the equivalent of a text box where the user can type in a value, rather than select from an enum-based drop-down.
asked
1 answers
1

David,

The drop down does not need to be connected to an enum. This can be connected to the parameters defined in your data set. So for example the report is about persons that have a relation to an organisation, the dropdown could be connected to the organisation parameter. Now the user can select the organisation and filter the report by this parameter. The organisation for example has a name stored in a text box and you can use this value in a drop down field although it is not an enum field that is used for the data. Having a text field for the user to type information is I think not supported.

answered