Hi All, Is there a way to selectively hide ce...

Hi All, Is there a way to selectively hide certain column names in the Detail View? The option in the UX -> Display Mode to hide the column names by selecting โ€œNo Headingsโ€ hides all the column names. If I want to selectively hide a column name, and only display that columnโ€™s content instead, is there an expression that I can use in the โ€œDisplay Nameโ€ section of a column? I managed to write an expression to change the โ€œDisplay nameโ€ to another if a certain rule is met, but I was wondering if there is a way to hide the column name altogether. Appreciate your input. Thanks.

0 4 655
4 REPLIES 4

Hi @Malaka_Jayawardene, You have mentioned hiding column headings only in detail views?

If so, you may wish to explore the CONTEXT(โ€œViewโ€) function in constructing โ€œDisplay Nameโ€ expressions.

@Suvrutt_Gurjar Thanks again for the prompt reply. Could you please explain as to how I could you CONTEXT (โ€œViewโ€) expression? I want to get rid of a specific virtual columnโ€™s column name (Lesion details - shown in picture) in the detail view. (see picture) Is it possible?

Hi @Malaka_Jayawardene,

In the Display Name option of the column configuration of column โ€œLesion Detailsโ€ , please have the expression something like below

=IF(CONTEXT(โ€œViewโ€)=โ€œViewName_Detailโ€," ",โ€œLesion Detailsโ€)

Here โ€œViewName_Detailโ€ is the name of the detail view of the said table/slice. The expression will show blank name of the column in detail view and โ€œLesion Detailsโ€ in other views.

Awesome Suvrutt! It worked! Thank you very much.@Suvrutt_Gurjar

Top Labels in this Space