Topic: Reports with conditional highlighting

Hi, I need some help please. Is it possible to use conditional highlighting in Fast Reports with text. I have a text field in a report  and I would like to change the default text color when the report is run if an entry was say "Destination Tour" Thanks.

Re: Reports with conditional highlighting

Hello.


Please check it out
https://www.fast-report.com/documentati … ghting.htm


example

<Report."tablenane.fieldname"> = 'Destination Tour'
Dmitry.

Re: Reports with conditional highlighting

Please, if anyone can help, thank you. I want to set up a report, but I do not think it will be possible to create it through fastreport, would I have to mount the report via script? Could someone give a suggestion of code? Thank you

Body of the report

Grupo
        Subgrupo
                  Conta - descrição - valor
1.1
   1.1.2
            1.1.1.1 - Conta 1.1  - $ 500,00
            1.1.1.2 - Conta 1.2 - $ 300,00
            1.1.1.3 - Conta 1.3 - $ 200,00
            Total 1                     $ 1.000,00
1.2
   1.2.1
            1.2.1.1 - Conta 1.1  - $ 500,00
            1.2.1.2 - Conta 1.2 - $ 400,00
            1.2.1.3 - Conta 1.3 - $ 250,00
            Total  2                    $ 1.150,00

Resultado  (tot 2 - tot 1)     $    150,00

Roberto Alencar

Re: Reports with conditional highlighting

Unfortunately FastReport don't support TreeView report.


But I found a script how to make it:
http://www.bytemaster.ru/?page_id=2026

Dmitry.