Questions tagged [truncated]

Truncation is the term for limiting the number of digits right of the decimal point, by discarding the least significant ones.

256 questions
0
votes
1 answer

Winforms pie chart label text truncated

I'm using VS2019 and the default Winforms Pie Chart. The legend appears as in the attached image. I've tried playing with the chart size, and the larger I make the chart, the less truncated the legend text becomes, but it's going to have to be huge…
Yafim Simanovsky
  • 531
  • 7
  • 26
0
votes
1 answer

php exec output is getting truncade truncated because of accents

I'm building a website on a linux server which can provide some informations about mkv file using mkvmerge command line but i'm facing a big issue when using the command $info = shell_exec("mkvmerge -J '".$chemin_fichier."'"); when the output of the…
0
votes
1 answer

Why are my "NULL" datetime entries from tsv being converted to 0000-00-00 00:00:00?

Recently updated to mysql Ver 8.0.19 for osx10.15 on x86_64 (Homebrew) I am trying to load data from a tsv file to add entries to an existing table. Everything seems to be working fine, except the values which are "NULL" (as in it literally says…
0
votes
2 answers

Databricks throwing error: truncating data

Whenever I try to save a specific DataFrame on the DW I get the message: ERROR: An error occurred while calling o692.save. : com.databricks.spark.sqldw.SqlDWSideException: SQL DW failed to execute the JDBC query produced by the connector. …
Alex M
  • 51
  • 5
0
votes
1 answer

How to run a truncated and inflated Poisson model in R?

My data doesn't contain any zeros. The minimum value for my outcome, y, is 1 and that is the value that is inflated. My objective is to run a truncated and inflated Poisson regression model using R. I already know how to separate way each regression…
young
  • 1
  • 1
0
votes
0 answers

how to clear my call when it is Truncated?

This exception was originally thrown at this call stack: System.Data.OleDb.OleDbConnectionInternal.OleDbConnectionInternal(System.Data.OleDb.OleDbConnectionString, System.Data.OleDb.OleDbConnection) …
0
votes
0 answers

Truncated Leading Zeros when UDF used

I am trying to split text from numbers within an ID (i.e. TEXT008758, TEXT65647095, TEXT065, TEXT0000000047398473, etc..) that varies in length- there is no rhyme or reason. I have written the below UDF code to extract the numbers from the text…
0
votes
1 answer

sql query - how to retain all decimal places in a sum value when collating multiple outputs into one

I am using SQL Server Management Studio to extract summaries of data from multiple sources and collate them into one output. The final output consists of several calculated measures per dimension. One of the sources has data with multiple decimal…
0
votes
1 answer

Overcome 255 char limitations in Sybase ASE system while Concat Multiple Column

I have a table with 39 column and 30 rows in Sybase.I am trying to Concat all the 39 columns in a single column with 30 rows. Tools used: Winsql professional 4.5 connect to Sybase DB table1 has actual data Created a temp table2 of data type text.…
0
votes
0 answers

Sorting Truncated Date in Solr

I am currently using solr 7.1.0. I have indexed a few documents which have a date associated with it. The Managed schema configuration for that field is :
0
votes
0 answers

#1265 Data truncated from column 'tfidfglobal'. Whats wrong with my query?

Well, I'm working on text clustering and I have a problem with saving my tf-idf and tfidfglobal value to my database. So, I'm using a query to calculate the tf-idf value of a word. The data type of tf-idf and tfidfglobal column is Decimal(65,3), I…
Ruddy Cahyanto
  • 103
  • 1
  • 6
0
votes
1 answer

How to get the maximum value for ps output in Linux (Ubuntu, RedHat, CentOS...)?

I'm looking for a way to report all the command lines associated to all the processes in all Linux: CentOS: Ubuntu, Red Hat, Debian, Cent OS... And, in case of the best command for it has any limitation (I mean, truncating the command lines), I want…
Dave O.
  • 1
  • 4
0
votes
1 answer

Why can't load the data into mysql:

Mysql table price structure: CREATE TABLE `price` ( `code` varchar(12) , `date` date , `open` decimal(8,2) , `high` decimal(8,2) , `low` decimal(8,2) , `close` decimal(8,2) , `amount` decimal(20,2) , `volume` decimal(16,2) )…
user7988893
0
votes
1 answer

Using Invoke-SqlCmd to Query and export to Text File. But the data has been Truncated Follow By 3 Dots

I'm trying to use Invoke-SqlCmd to query data and save to text file. Anyhow i found that some of the records has been truncated and added 3 dots at the back. $SQLInstanceName = "Server01" $DBName = "ABC" $TextFile = "C:\Temp\Test.txt" $SQLQuery =…
Kok Keong
  • 41
  • 1
  • 3
0
votes
1 answer

Runtime.getRuntime().exec() output is not the same result from executing a command line

How to fix truncated output java from a powershell command. When i execute my command line directly from cmd i get this results powershell C:\CMDLETS\getaccountattributes.ps1 Key Value --- ----- …
Aminfo
  • 23
  • 9