
Lian
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 11
Activity overview
Latest activity by Lian-
Lian commented,
Hi Alexandre, Since Google Analytics is a lot more simple to use and has nicer documentation and testing on the google website, It didn't seem necessary. Furthermore, after reading this article on ...
-
Lian created an article,
Clean up your C drive
A C drive with very little or no free space can cause many issues, starting with ElastiCube build failure to service crashes, to make sure your Sisense installation runs smoothly you should make s...
-
Lian created a post,
Dynamic offset for date filters
Introduction: The following script will allow you to get the functionality of "Last x days" for any chosen date in the dashboard filter. Steps: 1. create a dashboard filter of type "days" and set i...
-
Lian commented,
Hello Ding, Gareth, Please make sure you have extracted the plugin's files under just one level of the PivotCopy folder in C:\Program Files\Sisense\PrismWeb\plugins. i.e: C:\Program Files\Sisense\P...
-
Lian commented,
In cases you want one cube to run every hour and another cube only once a day at a specific time, and don't want the builds to run in the same time, you can create a task with the following script ...
-
Lian created a post,
Right align numeric dimensions in pivot and table widgets
Introduction when adding numeric dimension to pivot and table widgets in the rows section and not the value section (in cases where the numeric value is an attribute and not a measure) you can chan...
-
Lian created an article,
How to add custom tables and fields from Google Adwords
Introduction In order to add custom tables and fields from Google Adwords follow theses few simple steps: Steps Step 1 - Find out what type of table you want to create according to the list of ...
-
Lian commented,
Hi Shamir, How would you like to determine which series to sum up and which ones don't, if not by their names?
-
Lian created an article,
Can't Download PDF (using SSL redirect)
When using redirection to SSL you might experience issues with exporting dashboards to PDF since the redirection you are creating is failing the export request. This post will show you how to creat...
-
Lian commented,
See the attached script to create this running total for more than one series. var seriesNames = ["Austria", "Brazil","Finland","Germany"]; widget.on('processresult', function(w,ev) { seriesNam...