I am trying to print the 4 barcode codes of the product, but only if printing is enabled in the client table, I have it this way but it does not print
I am trying to print the last 4 barcode codes of the product, but only if printing is enabled in the customer table, I have it this way but it does not print
If PrintCodBarra is a Yes/No type column, confirm whether this syntax works elsewhere in your app. If it doesn’t, consider revising Si to Y or true or even just eliminating =Si. If it’s a Text type column, try enclosing Si in quotes: "Si".
This way works very well, however I need the condition of the Customer.PrintCodBarra table (Yes/No) so that it prints if it is true
<<Start: [Related InvoiceDetails]>><<[ProductID].[Producto]>>
<<RIGHT([ProductID],4)>>
It is already solved, the detail is that it does not have a reference in the detail of the invoice, only in the header, that is why the formula was changed
ANY(SELECT(Customers[PrintCodBarra]