Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression on dimensions

I am attaching sample qvw and my requirement, Please have a look and help me out

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try using set analysis expression like =sum({<A.Cde={'A'}>} B.Cde) instead of the calculated dimension. See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

6 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi find the updates qvw..

is this wat ur looking

goto the presentation tab of the chart and u find null suymbol  and missing symbol

replace - symbols with space  or zeo

that will work...

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try using set analysis expression like =sum({<A.Cde={'A'}>} B.Cde) instead of the calculated dimension. See attached qvw.


talk is cheap, supply exceeds demand
MayilVahanan

Hi

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thankyou Gysbert and Ramasamy......I am having one more issue...I just added name field into data and trying to represent in single line with your expression....its showing as 0's please find the attachment...Thankyou

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Well, using sum on a text field doesn't make too much sense . In this case you can use only({<A.Cde={'A'}>} Name).


talk is cheap, supply exceeds demand
Not applicable
Author

Thankyou Gysbert,You are really helpful....I used the below expression

 

=

concat({$<A.Cde={'A'}>} B.Cde