cancel
Showing results for 
Search instead for 
Did you mean: 

Information Design Tool parameters setting

Former Member
0 Kudos

Dear All,

I would like to ask some help in setting the Information Design Tool parameters. We can give the prompt value as fix value (constant option) or also with formula Constant setting:


Szövegközi kép 2

This works perferctly.

Szövegközi kép 4
My question is that how can I resolve it with formula? How can I get this two values with formula?

The two formulas are:

Formula1: ToNumber(FormatDate(Date(Year(CurrentDate());MonthNumberOfYear(CurrentDate());1);"YYYYMM");"######") Formula2: ToNumber(FormatDate(RelativeDate(Date(Year(CurrentDate());MonthNumberOfYear(CurrentDate());1);-1;MonthPeriod);"YYYYMM");"######")

Szövegközi kép 5

Thank you in advance,
Regards, Csaba

jyothirmayee_s
Active Contributor
0 Kudos

Hi,

Can you repost the screen shots?.

Thanks,

Jothi

Former Member
0 Kudos

Hi.

It's interesting. I do not know what causes this issue, I see the screenshots on my side. But I attach them once more and hopefully this time it is going to be visible on your side too.

img-1.png

img-2.png

img-3.png

Thank you.

Csaba

Accepted Solutions (0)

Answers (1)

Answers (1)

mhmohammed
Active Contributor
0 Kudos

Hi Csaba,

In the img-1, please use the Formula option (instead of Constant) and paste the below formula in there

ToNumber(FormatDate(Date(Year(CurrentDate());MonthNumberOfYear(CurrentDate());1);"YYYYMM");"######")    OR   ToNumber(FormatDate(RelativeDate(Date(Year(CurrentDate());MonthNumberOfYear(CurrentDate());1);-1;MonthPeriod);"YYYYMM");"######")

Try that and let us know.

Thanks,
Mahboob Mohammed