Jump to content
Fórum Script Brasil
  • 0

Somando dias em Data


rafaellsanto

Question

Boa Tarde a todos , estou fazendo um relatorio onde consta os vencimentos futuros ( 30 , 60 90, 180 dias ) e tenho a seguinte formula

IF
    {@data_docum} >= {?Base} 
AND {@data_docum} <= ({?Base}) THEN
    {docum.val_saldo}
ELSE
    0
onde: @data_docum é a data de vendimento ?Base é o parametro que o usuario informa: docum_val_saldo é o valor em reais da parcela Ex:
IF
       {05/05/2011} >= {01/05/2011} 
AND {05/05/2011} <= ({31/05/2011}) THEN
    {docum.val_saldo}
ELSE
    0
Como faço pra inserir 180 dias a mais. Ex:
IF
       {05/05/2011} >= {01/05/2011} 
AND {05/05/2011} <= ({31/05/2011} + 180) THEN
    {docum.val_saldo}
ELSE
    0
---------- já tentei
IF
       {05/05/2011} >= {01/05/2011} 
AND {05/05/2011} <= ({31/05/2011} + 180) THEN
    {docum.val_saldo}
ELSE
    0
IF
       {05/05/2011} >= {01/05/2011} 
AND {05/05/2011} <= ({31/05/2011} + day(180)) THEN
    {docum.val_saldo}
ELSE
    0

alguém sabe ?

Edited by kuroi
Adicionar tag CODE
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...