---
title: "Hide formula components but show the result"
slug: "hide-formula-components-but-show-the-result"
updated: 2026-04-29T17:03:38Z
published: 2026-04-29T17:03:38Z
canonical: "help.quickbase.com/hide-formula-components-but-show-the-result"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hide formula components but show the result

Formula fields, summary fields, and lookup fields derive their values from the values of other fields. For instance, a formula field, **C**, might be the sum of the values in field **A** and field **B**. These source fields (**A** and **B**) are ***sub-fields*** of the calculated field **C**. A ***sub-field*** is any field that contributes its value to a calculated field.

It's not just the value of the calculated field that depends upon its sub-fields. Viewer access to the calculated result field also depends upon sub-field access permission settings. Again, say you've got a formula field **C** that sums values in field **A** and field **B**. The formula result field, **C**, inherits the most restrictive field permissions of all its sub-fields. This means that if a viewer can't see sub-field **B**, they can't see the result, **C**. So, whether or not any information shows in the calculated result field at all, depends upon the permission settings on its sub-fields too.

Often, you do want viewers to see the result, but not the contributing sub-fields. To accomplish this, remove sub-field permissions from the mix, by overriding them.

To override sub-field permissions:

1. [Open the formula result field's properties page](/v1/docs/change-the-properties-of-a-field-from-a-legacy-form).
2. Within the **Advanced** section, select **Restrict access by role** to see the access permissions for this field. Make changes to the permissions based on your situation.
3. Turn on the checkbox shown in red in the image below to use the permissions you set, even if they are less restrictive than those of the fields that were used to calculate the value of this field.
4. Select **Save**.

![Field properties page showing the checkbox to override sub-field permissions, highlighted in red](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/override_subfield_perm.png)

*Overriding sub-field access settings is, to some extent, a weakening of permissions. So when you enable this option, it displays in red.*

> [!NOTE]
> Note: This feature won't override restrictions if:
> 
> - You've restricted access to records and want the calculated field to show a summary or result of values in those records. This feature overrides *field-level* restrictions only, not *record-level* restrictions.
> - Sub-fields live in another application (and are part of a cross-application relationship).
