Dominic Bialas
2008-12-30 08:12:20 UTC
Hello out there,
I´m still just a little beginner in SQL and Infomaker.
I´ve got two question that don´t let me sleep anymore. I´m hope you
can help me...
I´ve got a computed field with an if clause. It looks like that:
"if( tage_gerundet >0,'Nicht fällig', if( tage_gerundet =0,'1 bis 30
Tage überfällig', if( tage_gerundet =-1,'31 bis 60 Tage
überfällig',if( tage_gerundet =-2, '61 bis 90 Tage überfällig',if
( tage_gerundet =-3, '91 bis 120 Tage überfällig', if( tage_gerundet
between -4 and -99, 'Mehr als 120 Tage überfällig', '' ) ) ) )))"
The problem is, that for every "tage_gerundet" that is >0 a seperate
Text "Nicht fällig" is shown and i can´t suppress that only one is
displayed. I think this is propably an easy problem, but I really do
not know how i could manage this.
My second problem is about the layout.
I would like to show my rows as columns. Sounds funny, but it must
be :-)
Example:
The actual result is:
x Tage überfällig: 5.000 €
y Tage überfällig: 6.000 €
but what i want is the following:
x Tage überfällig y Tage überfällig
5.000,00 € 6.000,00 €
I hope you can help me...
Greets Dominic Bialas
I´m still just a little beginner in SQL and Infomaker.
I´ve got two question that don´t let me sleep anymore. I´m hope you
can help me...
I´ve got a computed field with an if clause. It looks like that:
"if( tage_gerundet >0,'Nicht fällig', if( tage_gerundet =0,'1 bis 30
Tage überfällig', if( tage_gerundet =-1,'31 bis 60 Tage
überfällig',if( tage_gerundet =-2, '61 bis 90 Tage überfällig',if
( tage_gerundet =-3, '91 bis 120 Tage überfällig', if( tage_gerundet
between -4 and -99, 'Mehr als 120 Tage überfällig', '' ) ) ) )))"
The problem is, that for every "tage_gerundet" that is >0 a seperate
Text "Nicht fällig" is shown and i can´t suppress that only one is
displayed. I think this is propably an easy problem, but I really do
not know how i could manage this.
My second problem is about the layout.
I would like to show my rows as columns. Sounds funny, but it must
be :-)
Example:
The actual result is:
x Tage überfällig: 5.000 €
y Tage überfällig: 6.000 €
but what i want is the following:
x Tage überfällig y Tage überfällig
5.000,00 € 6.000,00 €
I hope you can help me...
Greets Dominic Bialas