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: 
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?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
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

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful