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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview chart development


Please find the enclosed QVW file ,associated spreadsheet and document file(screenshot) what i want within the application.

I am requesting you please help me in that regards.

6 Replies
sunny_talwar

When does your fiscal year starts?

Best,

S

Anonymous
Not applicable
Author

From january

Anonymous
Not applicable
Author

Please help

settu_periasamy
Master III
Master III

Hi Suman,

why do you use 'Q' & if(month(D)<4,4,floor(month(D)/3.1)) as @_FinQuarter, that's why you get the Quarter as 'Q4'.

Financial Quarter for February is 'Q4'. if you want your result as Q1, just use 'Q' & ceil(num(M) / 4) AS Quarter,


or use like the below


IF (Mixmatch(LEFT(Monthname(D),3),'Jan','Feb','Mar')>0,'Q1')

AS @_FinQuarter .

Anonymous
Not applicable
Author

In the report word document file i mentioned my requirement.

Anonymous
Not applicable
Author

Based on the attached document file i want to change my application.

Please help