Hi All,
Need your advice on one query!
I Need to reflect “Lease Number” in one liner, as of now due to all the different clause type “Lease number” repetitive in report. Client is looking for lease number should be come in one row with different clause type.
As of now Formula used :
Clause Type : =If [Clause Type]="Reinstatement" Then"Reinstatement" Else " "
Clause Section : =If([Clause Type]="Reinstatement") Then([Clause Section]) Else" "
Clause Text : =If([Clause Type]="Reinstatement") Then([Clause Text]) Else" "
Note : Same logic used in all the diffrent caluse type.
I am using BO XI 3.1.