
Aditya Koyyaamudi
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Activity overview
Latest activity by Aditya Koyyaamudi-
Aditya Koyyaamudi created a post,
Scheduling
Hi, I have 4 workbooks and I want them to run in a sequential manner i.e. if workbook 1 is successful then 2 should start running. Is there any way to setup scheduling job in datameer.
-
Aditya Koyyaamudi created a post,
Limit the Decimalplaces
Hi, I want to limit the no of decimal places for the below data. I'm using float, but how can I limit the no of decimal places. Available Data Desired Output Thanks
-
Aditya Koyyaamudi commented,
Thanks Joel, i'll definitely do that.
-
Aditya Koyyaamudi commented,
Thanks Sabeel, that works.
-
Aditya Koyyaamudi created a post,
lpad & substr
Hi, How do I write below functions in datameer? substr(PROPERTY, 1,5) lpad(PROPERTY, 5, 0) Thanks.
-
Aditya Koyyaamudi created a post,
Like operator
Hi I have to apply below SQL condition in Datameer. I have used CASE and confused on how to use LIKE "%zzzz%". Can some one please correct my logic SQL Condition case when Value_Type like '%PREAP...
-
Aditya Koyyaamudi commented,
Thank you Sabeel! that works.
-
Aditya Koyyaamudi created a post,
translate
Hi I have column named Address now i want to apply below logic in datameer . can some one help me with this upper(translate(ADDRESS, ' ~`!@#$%^&*()_+-={}|[]\:";<>?,./', '')
-
Aditya Koyyaamudi created a post,
Filtering data based on date
Hi, I want to filter the data based on column date. where end_date = '9999-12-31 00:00:00'; this is the condition I want to apply, I tried applying advanced filter with the below expression and it...
-
Aditya Koyyaamudi commented,
Thanks for the support Joel