Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi peoples,
I'm having an issue using the text format y pivot table that contains one dimension. The data is correctly related but I don't know why somethings records don't take the format.
The dimension i'm using is the customer name but my condition in the text format expression is with another field.
I just created an Test QV file to explaing more or less the issue.
jajajajaja thanks Antonio, it was the solution.
=if(WildMatch(Concat(DISTINCT CustomerType),'*L1*'), '<B>')
Now it work for all records.
the communite for this foro don't display me the correct answer option. I will select as util
Or,
=if(WildMatch(CustomerType, 'L1'), '<B>')
Hi, Antonio,
I'm having a issues with someone records; there are case who has L1 in customer type but this customer don't have sales for that month and QlikView is not formating in bold format.
are there someone way to indicate that don't considere if customer has sales or no?
Try to uncheck 'Suppress zero values'
When I'am checking the data in the QlikView document, it is bold format, but when generate a macro to export to pdf, it appear in normal mode.