Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
yoganantha321
Creator II
Creator II

SET expression

I have  table with two column as shown in the vomeproject.png image.

I have used a set expression of =sum({<VomeProject= {'*'}>}Budget) in text object which is showing 0 instead of 0.32 .

Anybody help me in this!

I have attached a data source along with this.

Regards,

Yoganantha Prakash G P

1 Solution

Accepted Solutions
vishweshwarisun
Partner - Creator
Partner - Creator

just remove the single quotes of *

View solution in original post

8 Replies
Anil_Babu_Samineni

Can you share your default variables?

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
vishweshwarisun
Partner - Creator
Partner - Creator

Hi,

try this expression

=Sum({<VomeProject={*}>}Budget)

yoganantha321
Creator II
Creator II
Author

that i was i used vishweshwari as i mentioned above

vishweshwarisun
Partner - Creator
Partner - Creator

just remove the single quotes of *

yoganantha321
Creator II
Creator II
Author

SET ThousandSep=',';

SET DecimalSep='.';

SET MoneyThousandSep=',';

SET MoneyDecimalSep='.';

SET MoneyFormat='$#,##0.00;($#,##0.00)';

SET TimeFormat='h:mm:ss TT';

SET DateFormat='M/D/YYYY';

SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';

SET FirstWeekDay=6;

SET BrokenWeeks=1;

SET ReferenceDay=0;

SET FirstMonthOfYear=1;

SET CollationLocale='en-US';

SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';

SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';

SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';

SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';

yoganantha321
Creator II
Creator II
Author

thanks it is working now.

vishweshwarisun
Partner - Creator
Partner - Creator

here is the attachment

Anil_Babu_Samineni

How remove Single Quote helping here? Not understand why this got answered. I got answer even using your direct expression without removing anything. PFA

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)