
Pallavi Gautam
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Pallavi Gautam-
Equivalent of SQL Minus operation in datameer
Is there any operation in Datameer that will yield the same result as SQL MINUS operation. Consider I have 10k rows in Sheet1 and 200 rows in Sheet2. I want to get 10k-200 rows in a sheet. Both she...
-
IF(<Boolean>;<any>;<any>) can you take data from the same sheet in place of "any" as an argument to IF after the boolean expression.
I want to include data from the same sheet if the boolean condition is satisfied. Is that possible?
-
ASDATE Returns "Can't parse date exception"
I am trying to convert a column with data in STRING format (stored as yyyy-mm-dd hh mm ss) to DATE format using the ASDATE function and getting a "can't parse date" exception. I am fairly new to t...