Versión 1.11.1.1
La gráfica no devuelve valores.
Si ejecuto la siguiente instrucción en SQLSERVER
EXEC [gra].[gen_gastos_totales_cap] @anio = null, @mes = null, @codeve = null,  @codtev =  null,  @codare = null, @codcur = null, @codprg = null, @codprs = null, @es_interno = NULL, @es_local = NULL,  @es_teorico = NULL, @es_practico = NULL, @variables = '<DocumentElement><EnvironmentVariables><CODCIA>2</CODCIA></EnvironmentVariables></DocumentElement>'
Si trae datos, pero viendo el SQLPROFILER, lo que manda el Evolution es la siguiente instrucción:
exec gra.gen_gastos_totales_cap @anio=default,@mes=default,@codeve=default,@codtev=default,@codare=default,@codcur=default,@codprg=default,@codprs=default,@es_interno=0,@es_local=0,@es_teorico=0,@es_practico=0,@variables='<DocumentElement>  <EnvironmentVariables>    <USER>jcsoria</USER>    <CODUSR>11</CODUSR>    <CULTURE>es-GT</CULTURE>    <UICULTURE>es-GT</UICULTURE>    <CODEXP>56</CODEXP>    <CODCIA>2</CODCIA>    <CODGRC>1</CODGRC>  </EnvironmentVariables></DocumentElement>'
Habrá algún problema en la llamada que hace evolution?
                             
                                                        
                                
                                
                            
                            
                                    
    
        asked
        06 Apr '18, 17:14
    
    
    Juan Carlos Soria
    1.1k●176●180●185
    
    accept rate:
    41%