PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Filter in Report based on programmed Table
Filter in Report based on programmed Table
Iniciado por guest, 05,may. 2015 11:10 - 2 respuestas
Publicado el 05,mayo 2015 - 11:10
I have made a table by programming .It jus luk like the first image.

Now i want to make a report based on this table..If i click the orrange shaded cell,the corresponding rows and columns to be printed ..jus like the second image

How can i filter these rows and columns in the report??
[attachment 1486 1.jpg]
[attachment 1487 2.jpg]


How can i use filter process in report?
Publicado el 05,mayo 2015 - 12:05
The easier way i can imagine to do this is using a second table (hidden) with two columns, fill it when you click in the cell and use one report based on the second table.

If you want to use the original table you have to use the filter process of the report
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.windev.com/en-US/?1011037&name=Processes_associated_with_a_report#filter_process_ELTPARAGRAPHE000270">http://doc.windev.com/en-US/&hellip;</a>
Publicado el 06,mayo 2015 - 14:22
Hi,

I would sent a parameter to the report. The parameter is created when clicking something. ( the parameter gives info on what you want)

Then in the report make a table with a query based on the parameter it got.

Regards
Allard