Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
just remove the single quotes of *
Can you share your default variables?
Hi,
try this expression
=Sum({<VomeProject={*}>}Budget)
that i was i used vishweshwari as i mentioned above
just remove the single quotes of *
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';
thanks it is working now.
here is the attachment
How remove Single Quote helping here? Not understand why this got answered. I got answer even using your direct expression without removing anything. PFA