Hello,
When we add ranges values to tablix filters will auto updates the values to """.
This can be fixed by
=CStr("03. Lines,04. Lines Total").Split(",")
Regards,
The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Hello,
When we add ranges values to tablix filters will auto updates the values to """.
This can be fixed by
=CStr("03. Lines,04. Lines Total").Split(",")
Regards,
/// <summary>
/// <MAI 09282022>
/// FDD details
/// </MAI>
/// </summary>
[ExtensionOf(tablestr(PurchLine))]
public final class PurchLine_XXYYX_Extension
{
public display NoYes isXYZ()
{
return InventTable::find(this.ItemId).XYZ;
}
}
NOTE: In the coming days extensions will be recessive, so avoid static the display method.
Hi, update companyimage set companyimage.Image = companyimageA.Image from ( select Image from companyimage where dataAreaid = 'USF...