Forum Discussion

TomGause's avatar
TomGause
Qrew Member
3 years ago

How to Center a Column?

Can anyone kindly tell me how I might be able to center the image in this column? 


The Project Condition field is a Formula-Rich Text field with the following formula:

If([Status]="Not Started" and Today()<=[Est Start Date],"<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">",

If([Status]="Not Started" and Today()>[Est Start Date], "<img src=\"https://images.quickbase.com/si/16/221-point_red.png\" title=\"Delayed Start\">",

If([Status]="In Progress", "<img src=\"https://images.quickbase.com/si/16/222-point_green.png\" title=\"In Progress\">",

If([Status]="Issue", "<img src=\"https://images.quickbase.com/si/16/223-point_yellow.png\" title=\"Issue\">",

If([Status]="Completed", "<img src=\"https://images.quickbase.com/si/16/211-check_all.png\" title=\"Complete\">",

If([Status]="On Hold" or [Status]="Canceled","<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">",
"<img src=\"https://images.quickbase.com/si/16/220-point_gray.png\" title=\"Inactive\">"
))))))

Thank you for your assistance!

------------------------------
Thomas Gause
------------------------------

3 Replies

  • np
    Click, on the three dots on the black column heading and select Column Properties and set "Alignment" to Center.

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • TomGause's avatar
      TomGause
      Qrew Member
      Mark, thank you for your reply, however, I already tried that. The ellipsis does not include that option (see below). That was the first thing I tried, and when I noticed it wasn't there, I thought perhaps I needed to adjust the formula somehow?



      ------------------------------
      Tom
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Qrew Champion
        You need to actually adjust the report and not what happens to be on the table homepage. There's a slight nuance difference between making changes on the table homepage versus actually running the report and making changes.

        ------------------------------
        Mark Shnier (YQC)
        mark.shnier@gmail.com
        ------------------------------