Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#DEEBFF

Welcome to our training materials! We're excited to have you here and hope that this training will provide you with valuable knowledge and skills. Below, you can find the complete table of contents, this will give you an overview of what topics will be covered and in what order. Be sure to check back regularly for any updates, as we make changes or additions to the training materials.

Table of Contents

...

Working with Subset Editor

...

Let's try it out:

  • change the value for World USA cell to bg-orange-600

  • you will notice that the formatting in style widget changed

...

  • Open advanced options panel

  • Click on the Style widget header

  • Click on the CODE tab

  • In the table section you will notice that instead of class the attribute was used to drive the formatting

...

In this part of the exercise to apply the format based on attribute dynamically:

  • Open the cube settings

  • Select }ElementAttributes_Region dimension

  • Open advanced options panel and select Dimension Settings

  • Set Fix option to No

  • Change the List Type to Subset

  • Close cube settings popup

...

Open advanced options panel

...

Click on the Style widget header

...

Click on the CODE tab

...

  • Replace UX_Class with:

$<<UX_Demo.}attributeElementAttributes_Region.}ElementAttributes_Region>>

  • Collapse advanced options panel

  • change the }ElementAttributes_Region global filter to Color Class2

You should will notice that the font cell color for the World region updated. USA and Brazil elements was updated.

...

3. Read only based on attribute

...