
Nishad Amin
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 21
Activity overview
Latest activity by Nishad Amin-
Nishad Amin commented,
Harshil, I'm in the same boat, however I am unable to get data security to work on the SQL API for designers who only have access to specific row level data. Were you able to get around this? Nishad
-
Nishad Amin commented,
Has anyone tried to use the JumpToDashboard plugin with the Transpose option? Currently, it doesn't seem like its supported. Wondering if anyone has a workaround. On 7.0 currently. Thank you,
-
Nishad Amin commented,
*UPDATE: Sorry for the post, turns out https://support.sisense.com/hc/en-us/community/posts/360001595354-Auto-Refresh-Dashboard-based-on-Elasticube-Build-or-Refresh-Every-Dashboard-Widget solves ou...
-
Nishad Amin commented,
Hey Malinda! I checked the disk size, we have ~200 GB available, and this cube is only 20GB. We upgraded to 7.02 a few days ago. But I will try a larger cube later tonight to see if its disk space...
-
Nishad Amin commented,
@Wang CL, Were you able figure out a resolution? Having a similar situation. Validated the sql server remote query time out is set to 10min per Melinda's suggestion. it seems I'm only experien...
-
Nishad Amin commented,
Would love to participate.
-
Nishad Amin commented,
@Mike, I just updated the js file to handle for admins and supers, its probably not secure, but it does the trick for us for now. See attached .js file. I recommend testing on a test environment. W...
-
Nishad Amin commented,
@Jim, The table widget functions differently from the pivot, as the "N/A" or blank cell was the absence of an aggregate value. Since the Table Widget is a tabular representation of the data, we us...
-
Nishad Amin commented,
updated for v5.7, widget.on('ready', function(){ $('td[class*=p-value] div').map(function(i, cell) { if(cell.innerHTML == " " ) cell.innerHTML=0; }) })
-
Nishad Amin commented,
Hi Andrea, It seems in v5.5 the removed the N/A 's completely. When using this script in v 5.5 please remove the "N\\A" and change it to "". See below. widget.on('ready', function(){ $('td[cla...