Hide "View (4)" link at bottom of list

How can I hide navigation links like this?

2X_9_9b7a617e94091889c504a187e584061218e2c446.png

0 4 803
4 REPLIES 4

You can hide the word View in UX>Localize by using a formula for the name, and changing the name to โ€œโ€ when on that view.

IF(CONTEXT("View")="View_Name", "", "View")

The (4) will still show though. But you might be able to make it white with a formatting rule if you want to hide the number too.

How would you do this with format rule?

Hmmโ€ฆ Looks like we canโ€™t apply formatting rules to the View (#) link for inline records.

It will let you format the the View (ref) shown in detail view, but not the View(#) link for inline views. So I guess the best you can do is hide the word View, but you will still have the number showing.

@tositsa, it would be nice to have a toggle button to show/hide the View (#) link. This may be worth submitting a feature request.

YGY
Silver 1
Silver 1

Under UX>Localize you can set โ€œViewโ€ to be " " for all views or on specific views.

This makes it disappear

Hope that helps anyone looking for a possible solution.

Top Labels in this Space