Greetings to all
1 - In the interface in Arabic, when creating a custom report, I find that the table header alignment is not consistent with the content as shown in the image.
2- When setting table border, there are empty rows in the total row. Can empty cells be merged into a total row? Marked in brown in the table
Please explain exactly how you obtained this image. Reports in Manager (including custom reports) do not include scribe lines between rows and columns, such as those in your image. And formats of reports cannot be modified.
This image looks like something you obtained after pasting something into a spreadsheet.
This format is accessed through HTML
Could you tell me to hire an internal programmer for these settings
I tell you, do I hire a programmer when I want to extract a custom report
As the custom reports are not like the themes you can keep, but the modification in the report ends as soon as you exit the report page
These are simple additions in the original design that will continue throughout use
Instead of going to HTML with every report
@WALEEDROSHDY I was also wondering exactly what @Tut was wondering about.
But now that you illustrated it, what you are doing is a very inefficient method of doing things. To me, I would only consider one of two methods:
- Using extensions to append JavaScript to the report page, but depending on the situation, it can be a bit tricky to target some spots.
That’s why, I prefer doing this:
- Copy to Clipboard and then format it in a spreadsheet.
Anyway, whatever text you need to align you should place it inside these Html tags:
<div dir="rtl" style="text-align: right">...</div>
I am a user of the program
And my boss asked me for a customized report on one of the accounts
It was found that the alignment in the column headers is not consistent with the content of the report
Just that’s what I’m asking.
Ok, then it’s a bug report. Please take a clear screenshot of the default report so this can be treated as such.
So back to this solution
You should place:
<div dir="rtl" style="text-align: right">التاريخ</div>
Inside the Alias
field in your custom report and that should solve your problem for the date column.
The same goes for the description column as well.
It could be a bug though if you switch to Arabic and column alignment doesn’t respond well. @Tut @lubos?