I try to create Word report and add information about currency to the table header
And in some reports everything is Ok, but in some (with more columns or any other conditions) only one row with table details is displayed after some master data is added to the column header.
I cannot find any reason and have no ideas why in some reports it works and in some - doesn't
it seems that you are trying to add the macro straight from the table column. In this case, such scenario should be changed.
Please, make sure you added the column to the "Set up report data" section in your Report template in Creatio before you add this column to the report template in Word, then in Word you will have to find this columns in the list and drag it to the field where you need it.
For example, if now the macro looks something like "Object1.Column1.Currency", then you need to go to your Report in Creatio and add the column in such way:
- Set up report data -> "+"
- Object1 -> "+"
- In the second field you need to find your Column1
- In the last window you should have a list from the Column1 and there you should be able to find your Currency column.
Yes, we have created VIEW and added this object as report table.
And if report is based on Order, a lot of Order's calculated fields are taken from VIEW.
When we add 'Currency' field to the 'report data', it realy works - thank you.
But we also have some fields, that are calculated in VIEW, so they cannot be added to the 'report data', only to 'report table'. As I understand, they cannot be used in other table header?
And only option is to add new field to Order object, calculate and store this value in the object?
if the field is calculated in View, it cannot be added to the header, I'm afraid.
However, you can try to add another field to your object and simply populate it with the value from the second field. In this case, it should work fine.
In the word report that I have created I want to use the characters « someWords here... ». By default creatio uses these characters to indicate a field name but in my case I have to use these characters on my document as normal characters.
I am using a formula in MS word that makes a sentence appear in my word report only if a specific field is not equal to 0.
Here is the place I have written the formula that contains special characters (which are not indicating any field name)
The formula I used:
Contract Clauses No[#AddTextIfNotEqual|0;words... « someWords here between these chars... » words again... :#]
The result I get when report is printed:
words… \« someWords here between the special chars \» words again
As you can see Creatio reads these chars (« ») as special chars and adds slashes (\) before them. All I want to do is make these chars appear without the slashes before them.
As for now, unfortunately, there is no possibility to use word formulas in compose with printables and our R&D team has a problem regarding this functionality and we hope that it will be updated in one of future versions of the application.
I have discussed your case with the responsible R&D team. Unfortunately, as of now, there is no possibility to implement your business task and we do have the correspondent problem registered on our side. The R&D team is currently working on implementing this new functionality in one of the future releases of the application.
Thank you for helping us to make our application better.
Unfortunately, there is no such functionality for now.
We have already registered the idea for our R&D team to implement this functionality in further releases. I will assign your case to this project in order to increase its priority.
i need some help about adding photo on MS Word Report, i have add the Photo from the object but the photo is'nt showed in Word Report, it just only print the file name. Do you have any idea guys?