Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
venkanna_info
Partner - Contributor
Partner - Contributor

Need help on Creating pivot table with arrows

Make a pivot table taking County, Sales office, Employee name and measures as TY YTD sales, LY YTD sales and Year salary.

Color code: TY YTD<LY YTD, RED arrow down

Color code: TY YTD>LY YTD, Green arrow Up


I am facing problem while creating arrows as per above condition.Can anyone help me on the same.


Thanks,

Venkanna

3 Replies
Anil_Babu_Samineni

Normally, we can write like below

If(TYYTD Expression < LYYTD Expression, RedAroowImagePath,

If(TYYTD Expression > LYYTD Expression, GreenAroowImagePath))

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
ahaahaaha
Partner - Master
Partner - Master

Hi Venkanna,


May be like this

arrows.gif

Regards,

Andrey

venkanna_info
Partner - Contributor
Partner - Contributor
Author

Thanks for your  prompt response.but can u tell me how it works in qliksense?