Hi,
Currently if visualizaition is trellised by panel and trellis on hierarchy(region>>state>>city), the header of each trellis is shown with line break between hierarchies, like
MW>>
Arizona>>
Mesa
Customer wants to show these in one line, like below to save more vertical space.
MW>>Arizona>>Mesa
please add this option if possible. Thanks.
Hi Ghantasala ,
Thank you.
That's an excellent workaround.
Try using custom expression in Trellis->Panels->Split by
concatenate([region],">>",[state],">>",[city])