Saurabh Agashe
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 53
Comments
Recent activity by Saurabh Agashe-
Thanks for the clarification. How do you add these static numbers in the column. I can seem to be able to do that manually and there's no function for that I suppose?
-
If you click on a blank column, then click into the formula bar toward the top, it will allow you to enter a value in the field. Numbers can just be entered, a string would need to be in quotes. Re...
-
Official comment Datameer will take care of the join logic automatically in the back-end. When the logic is compiled into Hadoop jobs, Datameer will optimize the join for you.
-
One way you could accomplish this would be to add the minutes to the already existing filter: HOUR(#CallLogs.Call_Date >= 8 && MINUTE(#CallLogs.Call_Date) >= 30 && HOUR() <= 16 && MINUTE(=#CallLog...
-
Official comment You can also try the following filter as well: (ASDATE(FORMATDATE(#CallLogs.Call_Date;"HHmm");"HHmm") >= ASDATE("08:30";"HH:mm") && ASDATE(FORMATDATE(#CallLogs.Call_Date;"HHmm");"HHmm") <= ASDATE(...
-
Hi Dan, You can find additional the additional examples discussed in the How-To Videos by browsing the App Market tab, found in the top navigation tabs of the Datameer UI. Once in the App Market,...
-
Official comment Looks like the hsql file for the db is corrupted or missing. Try reinstalling Datameer if this was a new installation.
-
Official comment You can easily extend your session timeout by configuring the following parameter in your Datameer instance webapps/ROOT/WEB-INF/web.xml: <session-config> <session-timeout>30</session-timeout> </s...
-
Official comment You can disable Captcha by changing a property in the file <DM_HOME>/conf/default.properties. The property is: captcha.enabled Update the value to false like: captcha.enabled=false Save the fil...
-
Yes this will disable it system wide. There isn't a way to disable based on individuals today.