Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

Set Analysis Question.

Hi,

I've a Expression like this in Pie Chart.

sum({1<ShipmentStatus={'COMPLETED'}, Day={"=date($(vToday))"}>}DeliveredQty)

My question is, I have used '1'.  It should be ignoring ALL selections except for what I specified.  but if I select the CarFamily(this is the deminsion for Pie Chart)  it changes.


123.PNG

777.PNG

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

Hi

I am getting the following output when I use the expression

sum({1<CarFamily=,DeliveredQty=,DistChannel=, ShipmentStatus={'COMPLETED'}, Date={"=date($(vToday),'MM/DD/YYYY')"}>}DeliveredQty)

and the pie chart does not change with the selections.Is this what you are expecting to see for todays date?Untitled.jpg

View solution in original post

18 Replies
PrashantSangle

Hi,

yes This is functionality of QlikView.

What are trying to acheive???

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable

Hi,

Try this


sum({1<ShipmentStatus={'COMPLETED'}, CarFamily=,Day={"=date($(vToday))"}>}DeliveredQty)

PrashantSangle

Hi,

If you want to avoid selection of CarFamily.

Then try detached or Read Only option.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
MuraliPrasath
Creator III
Creator III
Author

Hi Reshma,

Now it is working but still this Expression is not fulfilled my requirement. If I select any other list box field also this Pi-chart values get changes.

Not applicable

  Hi,

Can you give more clarity on the requirement by given the data model or the qvw

Not applicable

Hi,

By pass the dimensions on this expression.

Regards

Vimlesh

jonathandienst
Partner - Champion III
Partner - Champion III

How is vToday defined? Your selections may be changing the variable value.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
MuraliPrasath
Creator III
Creator III
Author

Hi Jonathan,

My vToday is defined like this..

LET vToday = Num(Date(today(1), 'MM/DD/YYYY')); 

sasiparupudi1
Master III
Master III

What are the other list box fields? could you post your application so that we can advise you properly?