Pokaż
Ignoruj:
Data:
2009-01-13 22:40:10 (17 years ago)
Autor:
dorota
Opis:

re #6 wywalenie 209 i 2010 ze starego raportu

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/RaportySQL/RozliczenieWplywowWgDatyWplaty2.rdl

    r130 r167  
    461461      <Query> 
    462462        <DataSourceName>BAZA_REKLAM</DataSourceName> 
    463         <CommandText>select distinct year(DATA_W) as rok from dbo.NR where DATA_W is not null order by year(DATA_W)desc</CommandText> 
     463        <CommandText>select distinct year(DATA_W) as rok from dbo.NR where DATA_W is not null and year(DATA_W)&lt;2009 order by year(DATA_W)desc</CommandText> 
    464464        <rd:UseGenericDesigner>true</rd:UseGenericDesigner> 
    465465      </Query>