Forum Discussion

KatherineOakey's avatar
KatherineOakey
Qrew Member
3 years ago

Pale colors based on Color coding formula in Report

I have a report.  :)

I have a color coding formula which has used both literal color values as well as numeric representations for colors.  (See below).

During my report development, the colors have always displayed pale when the report displays (I want the pale version).

Today, I added the report to my Role Home Page.  I added the report as a Button Bar widget and also as a widget that displays the actual report.

The report that displays when the Home Page displays does not use the pale colors.

The report that displays when I click the Report Button Bar widget does display the colors as pale.

The formula is currently

var number DaysOld = ToDays(Today() - ToDate([Date Created]));

If(
$DaysOld < 15, "green",
$DaysOld < 30, "yellow",
$DaysOld >=30, "red" )


I've tried clicking the Default page and also explicit Pale radio buttons.

Why does the Report Button Bar widget show the desired pale colors but the actual report on the Home Page does not?

------------------------------
Katherine Oakey
------------------------------

3 Replies

  • Embedded reports on Home pages and on forms still use the old report style. So bold colors.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • KatherineOakey's avatar
      KatherineOakey
      Qrew Member
      Sigh... 

      Thanks!

      Are there plans to implement pale colors in the embedded reports at some point?

      ------------------------------
      Katherine Oakey
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        I'm sure eventually, but no timeline has been announced. An alternative is to use icons instead of Row Colorization.

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------