Discussions

 View Only
  • 1.  Freeze the First Few Fields in Table View

    Posted 11-07-2022 17:51

    Hello,

    I would like to freeze the first few fields (columns) in table view. We have tables with many fields and when we scroll we'd like the first four to scroll with us. How can I do this?



    ------------------------------
    Meagan McOlin
    ------------------------------


  • 2.  RE: Freeze the First Few Fields in Table View

    Posted 11-07-2022 18:20
    You cannot do this; only the first field "freezes".

    But you can either build a single formula-text field (permanently) which allows you to string those fields together into a single formula; and make sure to use that as your first column.

    Also, you can build the same formula as a Report Formula which means it only exists inside that Report, and make sure that the Report-Formula-Field is the first field in the column list.

    List(" - ",
    [Study ID],
    [Study Status],
    [First Name] & " " & [Last Name]
    )

    ------------------------------
    Laura Thacker (IDS)
    laura@intelligentdbs.com
    (626) 771 0454
    ------------------------------