Alexandr Novak
Alexandr Novak
Thank you for quick response. Yes, i checked it. My sample model more simple, but it has the same many to many relationship (of course with changed parentTable). I looked...
same issue, hope for solving
> same problem did you find a solution Can you share code with problem?
Hi, same problem, demo works perfect, but preview in my project not working. Nothing happens on report->previewReport();
@fralx Yes
> @ArsMasiuk, @Joyker, could I ask you to check somesthig like this ` report->designReport(); report->previewReport();` will it show preview window? sorry, my bad, i had an issue with report path....
> oneSlotDS I see, but still has no success, i have no database, only List from remote API, that i need to display, and i cant find out how to.
> @Joyker Could you explain to me where are you sticking? Using "OneSlotDs" approach you can provide any type of data to limereport. > > ```c++ > void MainWindow::slotOneSlotDS(LimeReport::CallbackInfo info,...
Thank you, it worked, but i have last question. I have added list model (let`s assume my complex model from api just string list) ```c++ QStringList columns; columns
> Did you place your TextItems on a DataBand if yes, check please if the DataBand property datasourse is initialized by value "master" Thank you, it worked