I want to print a page using data from SQL database. I have an tinyint column (range:1-4). and have four columns in my fastreport page and want to sign proper column related to that column on database. How to do so?
For example this is a sample page that I want to print :
I want to show * at proper position (column). At this example the database number for "America" is 1 so the star would be at first column and etc. How can I do this using fastreport in delphi XE4? Thanks