page1 ReportPage1 PageHeader1 TextItem1 PageHeader1 Ceník ReportPage1 DataBand1 TextItem5 DataBand1 $S{$D{pricelist.type} == 1 ? "Nápoj":$D{pricelist.type} == 2 ? "Jídlo":"Ostatní"} TextItem6 DataBand1 $D{pricelist.name} TextItem7 DataBand1 $S{currencyFormat($D{pricelist.price} / 100,"cs_CZ.utf8")} ReportPage1 pricelist DataHeaderBand1 TextItem2 DataHeaderBand1 Typ zboží TextItem3 DataHeaderBand1 Název TextItem4 DataHeaderBand1 Cena ReportPage1 DataBand1 datasources prodejna QSQLITE $V{dbPath} pricelist SELECT cd.name, cd.price, cd.type FROM CommodityData AS cd ORDER BY cd.type, cd.name prodejna dbPath /home/jony/Prg/prodejna.db