Skip to content

Mike

My feedback

2 results found

  1. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mike commented  · 

    Currently using this formula which is nice but not nice enough...

    With Current =
    SUM{
    Current
    }:

    WITH Target =
    SUM{
    IF Revised:
    Revised
    ELSE:
    Baseline
    }:

    WITH Width = 10:

    WITH Perc = ROUND(NUMBER((Current / Target) * Width, 0), 0):

    IF Current & Target:
    IF Current > 0 & Perc = 0:
    CONCAT("", REPEAT("▄"; 1), "", "", REPEAT(" "; Width-1), "")
    ELSE:
    IF Perc > Width:
    CONCAT("", REPEAT("▄"; Width), "", "", REPEAT("▀"; Perc-Width), "")
    ELSE:
    CONCAT("", REPEAT("▄"; Perc), "", "", REPEAT(" "; Width-Perc), "")

    Mike shared this idea  · 
  2. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mike commented  · 

    A currency column type based on regional settings would be great.

    Also sub-request is to right align numeric values

    Mike supported this idea  · 

Feedback and Knowledge Base