
Andrew Block
- Total activity 362
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 83
- Subscriptions 133
Activity overview
Latest activity by Andrew Block-
Andrew Block commented,
Awesome work Hamza!
-
Andrew Block commented,
Try this: widget.on('ready', function(se, ev){ $('.widget-body' ,element).css('fill','#feffd4'); $(element).css('background-color','#feffd4'); })
-
Andrew Block commented,
How about this: widget.on("beforedatapointtooltip", function(w, args){ args.template = args.template.replace("/ {{model.percent}}%", "");});
-
Andrew Block commented,
David, Using the CustomStyle plugin update the CSS with the following code to make this change at the product level (these colors will match the colors used with the filters on V7 and up: https://s...
-
Andrew Block commented,
If you sort the value "Ascending" this should accomplish what you want:
-
Andrew Block commented,
Have you tried entering the EC from the console you shared a screenshot of? You should be able to click on the faulted EC, then click "Edit", from there you can look at the most recent build log. A...
-
Andrew Block commented,
Can you open up the "Faulted" cube in the EC Manager and then click Elasticube -> Recent Logs and attach a snippet of the error message for it?
-
Andrew Block commented,
What sort of error are you getting? An example is always helpful Thanks
-
Andrew Block commented,
Could you just use a CASE statement with a new string field in the EC, something like: CASE WHEN Type = 0 THEN 'Quote' WHEN Type = 1 THEN 'Order' WHEN Type = 2 THEN 'Invoiced' WHEN Type = 3 THEN 'C...
-
Andrew Block commented,
Has anyone else ran into issues where the export works the first time then doesn't produce an output after that build? I have been seeing strange results from this. If I restart Sisense.ECMS and bu...