Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

HELP

I have two tables:

the first contains the following data:

- date of creation, user, seller, client code, status, number, CA

the second data : Customer code, social reason, seller,

State

Zip code

The State column includes: customer, Prospect, inactive

How can I get the amount of quotes for the prospects only?

How can I present these same graphics by freezing it for a quarter?

Thank you for your help

1 Reply
Anonymous
Not applicable
Author

Bruno,

For amount for prospects only I would do the following - Import both the tables and associate client code column from both the tables either by a direct join during load or by drag-n-drop in the model viewer. then make a pivot table using client code as rows and state as columns with amount as measure. When I do that, I see no value for the Prospect category. I checked the raw data back into the Excel (Not to doubt Qlik but myself) and there is no amount information available for those client codes as well as any quarters other than Q4. You probably want to bring in more complete data and if this is all your data, then there is no amount for Prospect category and no data for any month other than October (4th quarter)

If you do the data import using the data manager, it would create multiple timeline dimensions including quarter based on the date value in your data. This you can use in a set analysis expression like this -

SUM({<[Date création.autoCalendar.Quarter]={'Q4'}>}Amount)

bruno-1.JPG

Note that the chart on right remains is forced fixed to Q4 as an example.

bruno-2.JPG

Hope this helps,

Thanks,

Ajit