Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
vardhancse
Specialist III
Specialist III

Fiscal Month based on Reporting Month

Hi,

Have one small requirement is that in my dashboard created one variable

vReportingmonth= Month(AddMonths(ReloadTime(),-1))

And added in document trigger, so that when ever I open the dashboard the month will be reporting month.

Now the requirement is that,

2 fields:

Monthname, FiscalMonth

Oct, 1

Nov, 2

Dec, 3

Jan, 4

Feb, 5

Mar, 6

Apr, 7

May, 8

Jun, 9

Jul, 10

Aug, 11

Sep, 12

based on the reporting month the field fiscalmonth should be shown always the fiscal month of the reportingmonth

Labels (1)
5 Replies
MK_QSL
MVP
MVP

=Only({<Monthname = {"$(vReportingmonth)"}>}FiscalMonth)

vardhancse
Specialist III
Specialist III
Author

Hi Manish,

thanks for your reply, the above condition is fine but I am looking for some thing different.

Like , the FiscalMonth should be static, like whatever month selection I am doing in the dashboard the fiscalmonth text object should show only the reporting month fiscal month.

Sorry if i am not clear in my initial question.

MK_QSL
MVP
MVP

=Only({1<Monthname = {"$(vReportingmonth)"}>}FiscalMonth)

vardhancse
Specialist III
Specialist III
Author

Sorry Manish, In my text object when I applied the =Only({1<Monthname = {"$(vReportingmonth)"}>}FiscalMonth)

Its showing -

MK_QSL
MVP
MVP

Provide your sample app