Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Calculated column in a SqlArray
Re: Calculated column in a SqlArray [message #49748 is a reply to message #49747] Thu, 19 April 2018 18:05 Go to previous message
Giorgio is currently offline  Giorgio
Messages: 218
Registered: August 2015
Experienced Member
Oh boy, it was so simple Very Happy

SqlId percentage("GOODSAMPLES/TOTSAMPLES");
...
	lstSamples.AddColumn(TOTSAMPLES, t_("Tot number of samples collected"), 10).SetFormat("%2!,n");
	lstSamples.AddColumn(GOODSAMPLES, t_("Good samples collected"), 10).SetFormat("%2!,n");
	lstSamples.AddColumn(percentage, t_("Percentage"), 10).SetFormat("%2!,n"); 
...
 
Read Message
Read Message
Previous Topic: linking has failed
Next Topic: Building for Windows XP sp3
Goto Forum:
  


Current Time: Mon May 06 12:55:55 CEST 2024

Total time taken to generate the page: 0.03884 seconds