Brian Junio
- Total activity 160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 83
Comments
Votes on activity by Brian Junio-
Official comment Hello! Yes, it is possible to nest functions just as you have described. The order of operations will be from inside to out. In your above example, the FORMATDATE() function would format the 'rep...
-
I would try the following: REPLACEALL(#text;"~*\\W") The Expression is: /~*\W/ Note: Inside the function above, the '\' is escaped by another '\'. I typically use the following site to test my ...
-
Ganesh, Good afternoon! Has this job failed in the past or is this the first time we are seeing this sort of failure? If the job were to execute again, would it succeed or is this failure consisten...
-
Official comment Ganesh, Good afternoon! Yes, what you are looking for is possible. First, you will need to ensure the users are in a compatible group configuration. For example, all of the developers belong to...
-
Official comment Sherry, Good afternoon! Our Workbook API does not provide a means of running with an ad hoc filter. The best bet to accomplish this programmatically with the API will be to first pull down the Work...
-
Sherry, Hello! The solution provided was a workaround to address some specific concerns when creating many Datalinks against a target database with various schemas. At this time Datameer does not...
-
Official comment Ganesh, Good morning! The Hive table structure is changed in dropping a variable. Initially I understood this as the Hive table has dropped a column. But the quote below makes me think that I'm ...
-
Official comment Ganesh, Good morning! The best way to obtain this data will be to directly query Datameer's `dap` database which contains all of the requested details. As you stated, you are not an admin so it m...
-
Official comment Mario, Good afternoon! First, we'll need to convert the DATE into a STRING while stripping the existing TIMESTAMP: FORMATDATE(#DateValue;"MMM dd, Y") Next, we can concatenate the STRING output fr...
-
Official comment Arturo, Good morning! Please see the following documentation regarding Datameer's interaction with exporting to Hive: https://documentation.datameer.com/documentation/display/DAS70/Exporting+to+Hiv...