Aditya Koyyaamudi

  • Total activity 29
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 10

Posts

Recent activity by Aditya Koyyaamudi Recent activity Votes
  • 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.

  • 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

  • lpad & substr

    Hi, How do I write below functions in datameer? substr(PROPERTY, 1,5) lpad(PROPERTY, 5, 0) Thanks.

  • 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...

  • 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, ' ~`!@#$%^&*()_+-={}|[]\:";<>?,./', '')

  • 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...

  • Editing the Workbook

    Hi , I have created a workbook by joining 3 sheets and saved it. now I want to edit the joins in the same workbook. is it possible to do that, how?

  • Datatype

     How to change the datatype of colum from string to boolean?

  • Adding new column with the formula

    Hi, I have two worksheets, one with columns ID, PRODUCT, COST and other sheet with columns  ID,  No of ITEMS SOLD, I have joined both the sheets based on ID and the final worksheet has four columns...