Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Forecast Tracking

Dear Friends How are you,

I have to build a table data that compares Real Sales vs Forecast. This table has a particularity as you can see in the image below.

The first column is the Sales Period and the First Field is the Forecast Period. When The Sales Period and The forecast Period are the same the value that i have to set is the Sum(RealSales) (Numbers in bold format), the other values are the Forecast.

Can anybody help me?

Best Regards

forecast.PNG

1 Reply
Gysbert_Wassenaar

Should be doable with an expression with an if statement: =if( [Sales Period] = [Forecast Period], sum(RealSales), sum(Forecast)). Then click on the + in front of the expression, select Text format and enter an expression in the Definition field like =if( [Sales Period] = [Forecast Period], '<b>')


talk is cheap, supply exceeds demand