Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
Hide "group by area drag a field here..." Label
posted

Hello

   Is it possible to hide or alter this label while still retaining the area itself?  I want to be able to drag headers into that area but do not like the appearance of that label.

Thank you,

Patrick

Parents
No Data
Reply
  • 54937
    Offline posted

    GroupByAreaBase, the base class for GroupByAreaMulti and GroupByArea, has 2 prompt properties. Prompt2 is the property that defaults to the string you posted. So you could set the GroupByAreaMulti property to a new GroupByAreaMulti where the Prompt2 is set to an empty string.

Children