
Assaf Fraindlich
- Total activity 104
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 32
- Subscriptions 39
Activity overview
Latest activity by Assaf Fraindlich-
Assaf Fraindlich commented,
Official comment If you're not seeing the option then (with default JTD settings) you probably don't have a dashboard that begins with _drill that is based on the same cube. Verify that you have such a dashboard. I...
-
Assaf Fraindlich created an article,
Calculate QTD (Quarter to date) flag
This is the solution of how to calculate the QTD, in continuation of the article : Calculate MTD, QTD and YTD Values If the dim date is a base table you'll need to add the following 3 invisible fie...
-
Assaf Fraindlich commented,
It also works from text widgets
-
Assaf Fraindlich commented,
For versions 7.2 & up you will need to remove the same file as in Andrew's 1st comment, but please use the following location : C:\Program Files\Sisense\app\client\views\home
-
Assaf Fraindlich created an article,
AND filter - How to identify Items that have all selected values
Analytical Need I would like to count all the products that are sold in Germany & Canada. When you select Germany and Canada in a typical Sisense filter, it will give you results for products tha...
-
Assaf Fraindlich commented,
Hi Hendrik, Link has been fixed.
-
Assaf Fraindlich commented,
Hi Piotr, Try this piece of code (might need some tweaking with the xAxis or yAxis): widget.on('beforeviewloaded',function(w,ev){ ev.options.xAxis.plotBands= [{ color: '#72D15D', ...
-
Assaf Fraindlich commented,
Article updated to support V7.X and above
-
Assaf Fraindlich created an article,
Add File Name & Created Date to Excel/csv File
Analytical Need In many cases we need to use the metadata of the file name & the created date of a file as a filter/dimension in the dashboard. For instance, use the created date as a snapshot da...
-
Assaf Fraindlich created an article,
Build A Flattened Hierarchy From 2 Levels
Analytical Need In many cases a hierarchy appears in the data structured as 2 levels - A parent and a child. The business user would like to see the entire hierarchy and analyze the data according...