Alan
- Total activity 389
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 46
- Subscriptions 166
Comments
Recent activity by Alan-
Hi Aditya, Group By does not take multiple columns in a single formula. If you would like to do multiple group by operations, simply apply a group by to each column individually.
-
Hi James, To know if we can do something about this we'll need to know how you're ending up with a *denominator* of 0 (numerator is divided by denominator). Traditionally if you're dividing one c...
-
Jee, I want to note again that this plugin is not released yet. It's technically not supported, which is why there is no public documentation. It appears to be unfinished and the first syntax ex...
-
Hi Jee, The CASE plugin is not released, so there is no official documentation for it yet. It will become available in 6.3. Here's an explanation of the expected behavior, it functions similar to ...
-
Hi Deepak, The term 'Secure Data Views' is an industry term that describes a data source which can limit the view based on the user making the request. Datameer does not have a built in functional...
-
Hi Fred, Good question. It doesn't appear there is a way to enable strict quoting in an export job. I'll open a new feature request to add a checkbox to enable strict quoting within the CSV secti...
-
Kavitha, Here is an example specific to the table you show: IF(ISNULL(#Sheet_Name!ACTIVITY_TYPE);"";"20161025") You just need to change "Sheet_Name" to be the name of the sheet in your workbook. ...
-
Hi Kavitha, I think you need the following formula: IF(ISNULL(#Sheet_Name!Column_Name);"";"value") Please change Sheet_Name to match the name of the sheet with your name column, and make Column_Nam...
-
Hi Jeeva, Thanks for letting us know you figured it out. Is there a gap in the documentation that we should address? What was the hangup? Thanks!
-
Hi Mattijs, Sorry to hear the transition to 6.1 hasn't been smooth for you. Unfortunately, in 6.1 the MapReduce framework was deprecated. This is why the warnings are present. It is not possible ...