Skip to main content
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))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
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?