Magento - Imported prices with csv loose decimal cases - decimal

When I export my csv file to magento, he looses the decimal cases in price and tier price.
If the price is 6,55€ it turns in 6...
Help please

Related

What would be the best way to import certain financial ratios of a publicly traded company for a list of companies I have in excel?

I have created an excel sheet where I have certain financial ratios in the column section that are important to me for a company and I get a score for how that company is at the end. For example I have a list of stocks that I would like to download the following ratios from a website. (In actual it's way more)
PE EPS EPS (LAST quarter) EPS growth YOY Debt/equity Ratio
META
ABNB
NIO
I need help with
Downloading the ratios that I want
Automate the process for all the Stock Tickers I have on my list as the list can have 30+ which means that I would need to then do repeat the download process 30+ times.
P.S I am a total beginner so any help would be appreciated.

How do I stop excel from rounding?

I have an excel file that lists a number of items from amazon. It has the name hyperlinked, the quantity, the price, and the price per. I have an item that is $19.98 and comes in a quantity of 5. So the last column should say $3.99 but it just rounds to $4.00
I know its a small difference but there has to be a way to stop it from rounding to 4. When I add decimal places it just gives me $3.996 which is not what I want.
you can use this---> =ROUNDDOWN(19,98/5;2)

Generic Inquiry of discount Percent or Prices

What is the best way to export a list of the current discounts: percent, (price - if possible) and inventory id(s). We currently utilize 2 types of discounts:
Customer Price Class by item - Line - Percent and Quantity
Customer Price Class by item - Group - Percent and Quantity
To give some back story. We produce print catalogs. We would like to know the discounted price. It is helpful to know that the price we are displaying is correct. If finding the price is too complicated. The percent for the given quantity break would be enough (we have max of 3 break quantities). Entering these into a sales order or a quote is an option but we have 980 discount sequence ids.
Discount Codes
Thank you.
I have a GI that I believe will do that or get you close enough to finish...See if this result looks good for you
if so add these tables
[Add these relations]
relations
enter image description here
enter image description here
I hope this will help you...

PowerPivot displaying rounded result

I have created a PowerPivot Report which contains a Price field and a Sales as well as a Measure column.
Price Column will obviously contain the unit price
Sales Column will give the units sold
Measure Column is the measure of the product.
From this I have a:-
Total Price which is PricexSale and a
Total Measure which is MeasurexSale
In the calculation section I have then worked out a calc which is Simply
Unit Per Thousand:=SUM(Products[Total Price])/SUM(Products[Total Measure])*1000
The issue I am getting is this is rounding it to the nearest 10 So rather than £17.88 it is displaying £17.90. It is set to 2 decimal places already. All the values in the columns are correct to the 2 decimal places. Can anyone assist to get me the correct result and not a rounded result.
It sounds like you need to use the round function in DAX on your measure which would allow you to round the result of the calculation. This being different then setting the field's format settings.
It would be
ROUND(<number>, <num_digits>)
Link to Microsoft site on the function:
enter link description here
Edit:
Then it sounds like you want to use the trunc function in DAX to truncate the number after a certain number of significant digits.
TRUNC(<number>,<num_digits>)

Attendance Calculations / Period Calendar

This is a multi-tiered project. Let me give a quick overview. I have attendance data, card/ timestamp punches. I would like to have a pivot table with slicers in Excel. Ideally you'd be able to choose a department / last name / associate number. And also a period of time. Ideally this would be a table with the company period/week. And maybe default to last weeks.
I can get at timecard data in two ways:
(1) generate a CSV that automatically performs the timecard math, to figure out how many hours someone worked and it is smart enough to understand 3rd shift workers. The format of that CSV is:
Last Name, First Name, Personnel Type, Associate Number, Facility, Department, TimeIn, TimeOut, Total Hours
The problem with this method is that I would have to manually append the information to the CSV tables. Or come up with some autoIT script.
(2) Get at the raw data via sql/odbc. This way the math is not done. It is just all of the associates timestamps. I would have to figure up the daily hours myself and figure out a 3rd shift formula too. It is not a set schedule, many people swing shifts and others get called in a lot.
Lastly, I would like to be able to filter the dates by using our company fiscal calendar. I have a spreadsheet that goes from 2000 to 2093. With everyday listed and it's corresponding year/period/week.
Example period info spreadsheet:
date Year Period week WeekTotal Period Total
12/3/2007 2008 1 1 2008.1.1 2008.1
12/4/2007 2008 1 1 2008.1.1 2008.1
I know there is a lot going on here, but what would be the best way to approach this project?
First I have not been able to post any script however the last I tried it I used two options 1. Was a php conversion where the time was numbers ( which makes it easier for calculations)
2. Was in the tables where I deliberately entered the values places the time in different columns or fields for hours, mins, and seconds this meant that while the input is eased I still have to calculate the output in php especially for totals, averages and differences.
Hope it helps a bit

Resources