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-
Official comment Hi Amar, thanks for the question. There is not a specific way to activate the "upsert" behavior you have described in a single method, but there are some broader ways to accomplish this. One metho...
-
Datameer has published updated documentation to include the "Order" column in the https://www.datameer.com/documentation/display/DAS60/GROUPLAST page.
-
The example from the Datameer 5 version does make sense as it is. It's unlikely that this change was intentional since it's represented from a screenshot only. In this example, there are two separa...
-
Official comment Amin, thanks for pointing out this inconsistency. Based on reviewing the data, I believe this is the actual function that was used in the example: GROUPLAST(#RawData!Item;#RawData!Item). In this c...
-
Thyagarajan, in the advanced filter dialog the function in the screenshot indicates output of a string function. In the Advanced Filter, the expected output should be a Boolean type only. If you'd ...
-
Hi Dave, in my environment I'm able to expand these types of directories successfully so long as I click on the triangle icon directly. Is that your experience as well? Clicking on the directory ic...
-
Hi Sweekruth, there are not published performance benchmarks from Datameer for Data Discovery or Data Profiling components. As far as I'm aware, there are not any standard performance benchmarks th...
-
In step 3, the expand function should look something like the following: EXPAND(RANGE(0;#Sheet1!SizeColumn-1)) Specifically, we are referencing a hard-coded value of 0 and a reference to the SizeC...
-
Official comment The order is not guaranteed following an EXPAND function. In general, the rows between sheets (or transformative functions like EXPAND) do not guarantee the same order in as out. This helps us para...
-
Hi Amaranth, this is the expected behavior from the example that I had given before. For those that have zero entries, you could easily introduce an IF statement to check if any quote characters ar...