Hi!
I have a list of Invoice lines. The line can specify wether its an articletype line or a free text type line.
So, depending on what type of line it is, I want the report to print that line with different fields.
Like, free text only needs text and price.
Article needs, well, lots of more.
I tried making 2 different panels, one for article, one for free text.
If the lineType of one like is "Article", I'd want the panel to show, otherwise not.
And then, ugly as it is, just put all the panels on top of each other or something, to make it write the proper data on the right occasion.
How do I do this? I cant get it to work witih conditions.
Cheers, E
I have a list of Invoice lines. The line can specify wether its an articletype line or a free text type line.
So, depending on what type of line it is, I want the report to print that line with different fields.
Like, free text only needs text and price.
Article needs, well, lots of more.
I tried making 2 different panels, one for article, one for free text.
If the lineType of one like is "Article", I'd want the panel to show, otherwise not.
And then, ugly as it is, just put all the panels on top of each other or something, to make it write the proper data on the right occasion.
How do I do this? I cant get it to work witih conditions.
Cheers, E