https://bugs.kde.org/show_bug.cgi?id=398501
--- Comment #3 from Robby Stephenson <ro...@periapsis.org> --- (In reply to JaGo from comment #2) > I'm using simple text field frequently (e.g. for item denomination - some > denominations are too high) and also for item price. I had an idea of > sorting based on item price and a report with item prices. Simple text > isn't suitable for this purpose. Having a report should work fin with simple text, and using the XSL to manipulate the value into a number. You have to do that with the XML tree anyway. Sorting is a bit trickier. I'd have to think about that - a decimal value wouldn't work with currency symbols, for example. > Is here any option to export only chosen attributes? For a report? Yes, it's a parameter in the XSL. If you use the report XSLT stylesheets stand-alone, for example, you can pass a list of the fields that should be used in the report. See https://forum.kde.org/viewtopic.php?f=200&t=137533 for an example. -- You are receiving this mail because: You are watching all bug changes.