Joel Stewart
- Total activity 778
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 347
Comments
Recent activity by Joel Stewart-
Glad you were able to find the associated function! I've included a link here for reference if any others view this question in the future. https://documentation.datameer.com/documentation/current...
-
Datameer processes functions on an entire column, not at a cell level. When thinking about the data set in this way, the functions are creating a new manipulated version of the data on this new wor...
-
Official comment I would accomplish this particular use case using a GROUPBY and GROUPSUM function with a conditional statement to sum the members value if na_group is true or 0 if it is false: GROUPBY(#MySheet!ye...
-
Thank you Rahul. After reviewing the rest of the context, I suspect there may be an issue with the local cache of the execution data. Could you please check in the <INSTALLDIR>/conf/default.prope...
-
Osk, I tested today in 5.10.7 and was able to successfully implement a column name change through the REST API. When making the change, please note that the name must be changed in two locations. ...
-
Could you please elaborate a bit on the configuration? Is the affected column a DATE type column or a STRING type column? Where and how are you specifying the date format? During an export to TDSX ...
-
Official comment This particular error seems to indicate a problem with the entire sheet itself. Could you please verify if the source sheet of this workbook still exists? The ANALYZE_POLARITY function should acce...
-
There appears to be an implied assumption in your proposed use-case. Specifically, using the GROUPBY and GROUPCONCAT functions does not guarantee the order of the results between steps. The results...
-
Official comment Thanks for the additional details Tim and for confirming that you have already made considerations about the sorting to ensure consistent results. In this particular scenario, I'd recommend using t...
-
Official comment To get the set complement, you can utilize the Join functionality along with a filter: Perform a Right Outer Join of Group A to Group B (this will preserve the entire set of Group B). Filter the ...