Limitation - Clarity - Command line launch parameters must pass all parameters (Custom Buttons)
Issue
Support has confirmed that when using the Clarity Command line launch parameters to launch a clarity report externally (or from Custom Button) you need to pass ALL runtime parameters.
The command becomes very, very long and the custom button field length is only 200 characters long.
The inability to use command clarity features with standard reports that have a lot of parameters. From a data point of view this also can give misleading results because by defining all parameters you eliminate Null results.
Workaround
The profile values field allows up to 200 characters, anything longer is truncated. If the field is extended in SQL, the parameters do work.
Workaround recommendation is to extend the profile_Values/Profile_Fields tables to the required length. Please note that this is something to be careful doing.