Format based on column in Dashboards

Issue #744 resolved
Oscar Gonzalo created an issue

Hi,I’ve a view that uses format based on columns working fine, but I can’t make it work within a dashboard (see screenshot).I’m applying the settings at the query level of the dashboard. Could you assist finding what’s wrong here?

Comments (8)

  1. Ada Trajer
    • changed status to open

    Hi Oscar, we were not able to replicate this issue so far. Could you please send over all the advanced options (settings) for the widget were the formatting is not working? It might help finding the cause of this

  2. Oscar Gonzalo reporter

    Hi, thanks for your quick replay. Here are the settings applied to the widget:

    {
    "table": {
    "readOnly": true,
    "rowFormat": {
    "": [
    {
    "classColumn": "formatting_class"
    }
    ]
    },
    "hiddenColumns": [
    0,
    1,
    2,
    3,
    4
    ]
    }
    }

    There are no settings to the dashboard.

  3. Oscar Gonzalo reporter

    Hi Ada,

    I’ve been able to replicate the issue in Apliqo Demo app, so you can import and analyze.

    Application name: Test containing 2 reports:

    -Row Format based on class defined in column (same sample as provided in ‘LatestReleases’-> ‘UX Version 2023.05’)

    -Now in a Dashboard

    You can find the export attached to this case.

    Thanks

  4. Oscar Gonzalo reporter

    I’ve found another issue related to the format based on columns.

    If the view is built from more than one dimension, format does not apply.

    Thnaks

  5. Log in to comment