Numbered List - View

Hi

Below are two numbered list screens.  For Column 1, how does one toggle the view between system generated codes and Display Names?

 

Star_0-1585541108477.png

 

Tagged:

Answers

  • Hi,

     

    As Display name is a settings against a numbered list, it can only be changed by a workspace admin. A workspace admin can change the display name from "Display Name" property of the list to blank. Once it is blank, system will show the system generated serial nos.

    An end user would not be able to do so as this can be done only by workspace admins.

     

    Can you let me know an instance where you want to use this kind of functionality?

     

    Edit:

    As @ankit_cheeni suggested, you can achieve this in a module to show/ toggle between system generated serial numbers and display name. However, the dimension can show either one - Display Name or Serial No based on the settings at list level.

  • Hi Star,

    As @anikdas mentioned, can you please explain where you need this functionality?
    Do you want to toggle it based on some condition? For example, we can create a Boolean if required; when checked it will toggle to the desired Display Name...

    Regards,
    Anirudh
  • Hi @anirudh 

     

    I don't think Display name property can be changed by using a formula. Even if you create a boolean to toggle, not sure how you would be able to do so.

  • Hi @Star , 

    Good to hear from you! 

    When you insert items into a numbered list, it gets the next UID and display name is an optional functionality to alternate the #UID with a text of your choice. 

    If you do a NAME(ITEM('#E2 Employees')), you will see the numbered list names i.e. the UID so I think you can do that to get to see the #UID. 

    Note that if you blank out the display name, the list automatically starts showing the UID. 

  • @Star 

     

    Yes you can achieve it by driving your display Names with Boolean as @anirudh suggested but you can't do much about it on Lists as setting up your display name is admin feature as mentioned by @anikdas 

     

    Here is what you can do

     

    1. Create a Boolean formatted line item.

    Misbah_0-1585550678120.png

    2. Create a module with one text/list formatted line item & dimensioned by Numbered list. Type the names in this module which should be the display names of your numbered list items

    Misbah_1-1585550822245.png

    3. Go to the Numbered list and write the formula in Display Name property which will read if your Boolean is checked then only Display Name will be shown else IDs will be shown

    Misbah_2-1585550913316.png

    Here is the output

    When Boolean is Checked

    Misbah_4-1585551060162.png

    When Boolean is not checked

    Misbah_5-1585551093711.png

    Note: You can optimize it by having list formatted properties here

     

    Question: Why is the need to do so. End users won't be interested and it will not make any meaning to the end users if you try and show them the UIDs. Can you please help us understand why the need

     

    Thanks,

    Misbah