Search Results
Search results 1-5 of 5.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hey everyone, is there any way to get data for widgets from spreadsheet (or Dynarange). The "data part" of the widget looks like (screenshot): var chart = am4core.createFromConfig({ "data": [{ "name": "The first", "value": 600 }, { "name": "The second", "value": 300 }, { "name": "The third", "value": 200 }, { "name": "The fourth", "value": 180 }, { "name": "The fifth", "value": 50 }, { "name": "The sixth", "value": 20 }, { "name": "The seventh", "value": 10 }],
-
Try to split values through "Pattern" in the query. So you do not have to create an attribute for every Dim Time element. ->You can use ([0-9]{4})-([0-9]{2}) regex in order to split monthes from the year. And substitute values in your rule accordingly. Let me know if it helped.
-
Hi. Try use rule templates. -> Activate rule query and select "dimension element like". It should do the trick.