Oops, it seems that you need to place a table or a macro generating a table within the Chart from Table macro.
Probably, there is no data in the Values column. Please, select the column with data values for chart generation.
Probably, the incorrect date format is specified in the Chart from Table macro parameters. Please verify the date format:
Please select the column with labels and the column with data values for chart generation.
Logarithmic charts can not contain zero values.
Linha de Produto: | Microsiga Protheus |
---|
Segmento: | Agroindústria |
---|
Módulo: | SIGAAGR |
---|
Função: | OGI820 - integração plano de venda com prophix OGX040 - envio de e-mail OGX300 - atualização de cotação de moedas e índices de mercado.
|
---|
Requisito/Story/Issue (informe o requisito relacionado) : | DAGROCCO-147
|
---|
Ajuste nas funções chamadas pelo schedule para fechar o ambiente após abertura para não manter licença ativa.
Codigo sugerido para implementação :
RpcSetEnv(aParam[1],aParam[2],aParam[3],,"AGR",GetEnvServer(),{ }) //Abertura do ambiente em rotinas automáticas
//aqui chamar função protheus de execução
RpcClearEnv() //Libera o Ambiente
Para os fontes com chamada a função RpcSetEnv() ajustado para fechar o ambiente pela função RpcClearEnv().
Para os fontes que usam a função static SchedDef, padrão protheus para execução via schedule, ajustado para não chamar o comando "PREPARE ENVIRONMENT" ou a função RpcSetEnv(), pois a própria função SchedDef() realiza o tratamento da abertura e fechamento do ambiente.