Knowledge Base
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Use Date Inside Pivot Value Cell

Question: How can I use the date in the Pivot values? Answer: You can follow these steps: 1. Convert the date into an Integer with this chunk of SQL: GETYEAR([Date])*10000 +GETMONTH([Date])*100 +GETDAY([Date])   2. After you have an Integer repre...

Current Rank out of Total Indicator

Analytical Need  In certain scenarios, one would like to show an indicator that presents the ranking of a current selection(filter) out of all the items in the pool. This allows the viewer to quickly understand how well a particular selection is per...

Community_Admin_0-1634216022605.png Community_Admin_1-1634216022535.png Community_Admin_2-1634216022485.png Community_Admin_3-1634216022573.png

Send Pulse Notification Only By The End Of The Month

Analytical Need  Send Pulse notification only by the end of the month to track monthly performance.Cube is being built daily.  Modeling Challenge Sisense will trigger Pulse alert after every cube build if the condition is met. If the cube is being b...

Calculate Pivot Total at Row Level

Analytical Need  Calculate the pivot grand total at the row level to do calculations such as % of the grand total. You may have tried the following and not received the desired results: ALL function This will ignore your row groupings, which is what...

Community_Admin_0-1634205398347.png Community_Admin_1-1634205398519.png Community_Admin_3-1634205398745.png Community_Admin_4-1634205398743.png

Exclude 'today' using jaql

Sometimes we'd like to see all our data up to today, not including. It is very easy to achieve this within the Elasticube by creating a custom column which calculates the daydiff between the date to today i.e. daydiff(now(),[date_field]) and then fi...

Community_Admin_0-1634204497801.png Community_Admin_1-1634204543065.png
Labels