This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hi,
Please help me to develop below 2 SQL query into Alteryx to getting the correct output.
1. isNull(min(ltrim(rtrim(P1))), '')
2. min(ltrim(rtrim(isNull(Robot_Processing_Time,''))))
hey @Puneet13 the great thing about alteryx is you can still utilise the SQL query in your input data tool, This will remove the need to translate from SQL to Alteryx.
@Puneet13 If dont want to use the SQL query in your input data tool. You can also accomplish these steps by using the data cleansing tool and/or the formula tool. It seems like you are trying to trim leading and trailing spaces to avoid empty values, you can accomplish this through using the Data Cleansing tool and the formula tool. The formula tool also has trim functions that you can apply. I've attached an examples. Hope this helps.