Konsta Danyliuk
- Total activity 601
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 273
Comments
Recent activity by Konsta Danyliuk-
Hello Elwyn.Perhaps you could leverage the Datameer REGEX function. I've tested the following approach using the records you've shared In case the only indication of the end of the tag is a start...
-
Hello Anson.When exporting data as a CSV, you set the output file's name in the ExportJob configuration. Datameer doesn't add an extension to the target file, because it is not necessarily a comma-...
-
Hi Natasha.In this case, you could use a set of nested IF functions, just put the subsequent statement instead of the else argument. IF(<Condition>;<Then>;IF(<Condition>;<Then>;IF(<Condition>;<Then...
-
Hello Anson.I hope you are doing fine and staying safe these days. One could bring data from several Sheets to the one using either Join or Union operations. Steps to follow would be: Determine da...
-
Hi Erwyn.I like the approach.If you would like to put an empty value instead of 0 for accounts that contain non-numeric characters, you could use null instead of 0 at the ELSE condition. IF(COUNTMA...
-
Hello Umasankar.Let's take the following source data as an example. The following set of nested IF functions will return in the Result column: Value from Column1 if the value in ColumnA is "A". V...
-
Hello Umasankar. Is the requirement to implement a unique condition for every distinct value at column A? How many distinct THEN clauses do you have? Perhaps you could briefly describe the use-ca...
-
Hello Umasankar.Datameer do not have Macros in the way they implemented in e.g MS Excel. However, perhaps your requirements could be fulfilled with available functionality.If you will describe: a) ...
-
Official comment Hello Luis.The plugin-saml-sso-<version>.zip is a part of the standard Advanced Governance package. If you purchased the AG module, but have no SAML plugin, please get in touch with Datameer suppor...
-
Hello Shiva.Let's try with the following dataset - two columns with date values. If you will introduce the formula IF(#ColA > #ColB; #ColA; #ColB) to MyColumn, you will get there: The latest date...