> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/nedyx/clearlines-functions/text-functions/hiddentext.md).

# HIDDENTEXT

#### Syntax <a href="#syntax.14" id="syntax.14"></a>

**HIDDENTEXT**(*member*)

* *member* - the *member* value, from which the hidden text should be returned - ***Value type**: member*

#### Remarks <a href="#remarks.11" id="remarks.11"></a>

* See the description of the function [CREATEMEMBER ](/nedyx/clearlines-functions/text-functions/createmember.md)to get more information about member value types.

#### Examples

In this example, the *memberTable* has been created by the function CREATEMEMBER, based on the tables *displayTexts* and *hiddenTexts*. Then the function HIDDENTEXT can be used later to extract the hidden texts from *memberTable*.

**Content =&#x20;**<mark style="color:blue;">**HIDDENTEXT**</mark>(<mark style="color:blue;">#memberTable</mark>)

<figure><img src="/files/dd7g7jN95OIV7Hcj5eQ0" alt=""><figcaption></figcaption></figure>

In this example, the HIDDENTEXT function returns the unique texts from dimension elements coming from Analysis Services.

**Content =&#x20;**<mark style="color:blue;">**HIDDENTEXT**</mark>(<mark style="color:blue;">#memberValues</mark>)

<figure><img src="/files/sawtsvZv5dcvJrhQEX33" alt=""><figcaption></figcaption></figure>
