Simon AUBERT
Simon AUBERT
#### What happens? Error message on Tableau when I try to read a duckdb database with ODBC. The only process that uses it seems to be Tableau itself ! ####...
#### What happens? I'm unable to use DuckDB with Alteryx, cannot insert data in the table #### To Reproduce Hello All, I try to write some records in a duckdb...
**Is your feature request related to a problem? Please describe.** Once you click on ok, the ODBC window closes and you have to open an other sotfware to test the...
Hello, When I use ``Update-QlikApp -id 5cbf1e26-8f14-4e89-aa76-6168d1ed4f90 -name "DEV_7004_Error_Task_12_iPlan Downstream - Mode dégradé_Mail_v"`` The result is DEV_7004_Error_Task_12_iPlan Downstream - Mode d�grad�_Mail_v Can you please correct it ? Best regards, Simon
Very useful to rename task ``` function Update-QlikReloadTask { [CmdletBinding()] param ( [parameter(Mandatory = $true, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, Position = 0)] [string]$id, [Bool]$Enabled, [string]$Name, [ValidateRange(1, 2147483647)] [Int]$TaskSessionTimeout,...
**Is your feature request related to a problem? Please describe.** sentences is a common function you can find in Hive or Databricks https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions sentences(string str, string lang, string locale) Tokenizes...
**Is your feature request related to a problem? Please describe.** I would like to use several different methods to calculate distance between two strings : -levenshtein (already exists) -hamming -jaro...
**What's your use case?** As of today, the melt widget icon is a shopping cart. This is misleading and not easy to understand. **What's your proposed solution?** A new icon,...
**What's your use case?** Hello. I would like to analyze quickly a dataset before working on it. The Feature Statistics would do the job but sadly, I miss some informations....
**What's your use case?** Apache Parquet ( https://parquet.apache.org/ ) becomes more and more popular and I think it's like a standard now in the data community, this is no more...