SlideShare a Scribd company logo
1 of 27
Excel-like Formula
CrossUI Tutorial - Intermediate
How to do simple automatic calculation in CrossUI
Online demo
http://www.crossui.com/demo/Tutorial-Intermediate-Formula
How to do simple automatic calculation in CrossUIObjectives
Result page
Excel-like formula engine
There’s a built-in Excel-like formula engine in the TreeGrid widget, CrossUI also
implements this mechanism for Form Controls
• Property “excelCellId” is used to simulates a CONTROL into a CELL
• Property “excelCellFormula” is used to set a formula for the CELL
 Support following functions only: CONCATENATE, ABS, ISNUMBER, NOW, TODAY, IF, AND, OR, NOT,
SUM, AVERAGE, COUNT, MIN, MAX, ROUND, FIXED, CHOOSE
 To implement complex computational function , you can use custom-function
excelCellFormula : "=FIXED(SUM(1:1,AVERAGE(A:A,B3))+ROUND(B1)*C1, 2)"
excelCellFormula : "=function(){ /*any javascript code*/ return A1*B2}"
excelCellFormula : function(){/*any javascript code*/ return A1*B2}
1.Create a new project
① Click here to add a blank
project
② Modify the project name
③ Click “OK” to create it
2. Add some inputs for simulating “A1:B3”
① Drag 6 Spinners
into the canvas
② Follow the next 6 pages to set
properties for each control
Set excelCellId to “A1”
<1st Spinner>
Properties setting
Set excelCellId to “A2”
<2nd Spinner>
Properties setting
Set excelCellId to “A3”
<3rd Spinner>
Properties setting
Set excelCellId to “B1”
<4th Spinner>
Properties setting
Set excelCellId to “B2”
<5th Spinner>
Properties setting
Set excelCellId to “B3”
<6th Spinner>
Properties setting
3. Add two inputs for simulating “C1:C2”
① Drag 2 Numbers
into the canvas
② Follow the next 2 pages to set
properties for each control
Set excelCellId to “C1”
Set excelCellFormula to “=A1+A2”
<1th Number>
Properties setting
Set excelCellId to “C2”
Set excelCellFormula to
“=function(){ return A1+A2}”
<2th Number>
Properties setting
This "function" is the same as the formula “=A1+A2”,
but "function" can implement more complex calculation
3. Add 3 inputs for showing Formula results only
① Drag 3 Numbers
into the canvas
② Follow the next 3 pages to set
properties for each control
Set excelCellFormula to
“=FIXED(SUM(1:1,AVERAGE(A:A,B3))+ROUND(B1)*C1+MA
X(A1:B2, B3)+MIN(10, B3)/1000, 2)”
<1th Number>
Properties setting
Set excelCellFormula to
“=CHOOSE(A1,10,20,30,40,50,60,70)”
<1th Number>
Properties setting
Set excelCellFormula to
“=IF(AND(A1>=2, A2<4, OR(B1=5, B2<>10)),A1,C2)”
<1th Number>
Properties setting
4. Add a Panel as container
② Set properties
① Drag Panel nto
the canvas
4. Add a Grid into the panel
① Drag TreeGrid
into the panel
② Follow the next 3 pages to set
properties for it
Set excelCellId to “D1”
Set gridValueFormula to “=SUM(C:C)”
Properties setting
“gridValueFormula” is a formula for calculating the grid’s
value from inner cell values
Click here to set grid’s
header/columns
All settings for the grid’s
header
Set the formula for
‘sum’ column
“=A_*B_” is a formula template, for 1st row,
the formula will be “=A1*B1”
If you like, add some
rows into the grid
5. Add a Label for showing the grid value
Drag Label into the
canvas
Set excelCellFormula to
“=CONCATENATE("Total: ", D1)”
Properties setting
6.Save and debug it
Click here to save the project
And, click here to show the runtime
7. The runtime
Thanks
Download the source code
CrossUI Tutorial - Intermediate
Excel-like Formula
http://www.crossui.com/Download/Tutorial-Intermediate-Formula.zip
Online demo
http://www.crossui.com/demo/Tutorial-Intermediate-Formula
http://www.linkedin.com/in/crossui

More Related Content

Similar to CrossUI Tutorial - Intermediate - Fomula

Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesElli May Cañas
 
ADVANCED SPREADSHEET SKILLS
ADVANCED SPREADSHEET SKILLSADVANCED SPREADSHEET SKILLS
ADVANCED SPREADSHEET SKILLSJashmineBeran
 
Basic Excel for Fixed Assets.ppt
Basic Excel for Fixed Assets.pptBasic Excel for Fixed Assets.ppt
Basic Excel for Fixed Assets.pptGreg Ezeilo
 
Computer skills excel2010-4
Computer skills excel2010-4Computer skills excel2010-4
Computer skills excel2010-4zahraa F.Muhsen
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
6 Function Built In (Excel 2019 dn 365).pptx
6 Function Built In (Excel 2019 dn 365).pptx6 Function Built In (Excel 2019 dn 365).pptx
6 Function Built In (Excel 2019 dn 365).pptxPuworkUtara OnSlideshare
 
Excel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for MerchandisersExcel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for Merchandiserswebhostingguy
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdfFranzLawrenzDeTorres1
 
QMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxQMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxROWELL MARQUINA
 
Basic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialBasic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialSpreadsheetTrainer
 
Excel for research
Excel  for researchExcel  for research
Excel for researchJamalBhai
 
Computer skills excel2010 3
Computer skills excel2010 3Computer skills excel2010 3
Computer skills excel2010 3zahraa F.Muhsen
 
Introduction to ES2015
Introduction to ES2015Introduction to ES2015
Introduction to ES2015kiranabburi
 
e computer notes - Manipulating data
e computer notes - Manipulating datae computer notes - Manipulating data
e computer notes - Manipulating dataecomputernotes
 
Mdx Basics
Mdx BasicsMdx Basics
Mdx BasicsALIPPHAR
 
Microsoft excel-presentation
Microsoft excel-presentationMicrosoft excel-presentation
Microsoft excel-presentationAlokThakur40
 

Similar to CrossUI Tutorial - Intermediate - Fomula (20)

Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing Grades
 
ADVANCED SPREADSHEET SKILLS
ADVANCED SPREADSHEET SKILLSADVANCED SPREADSHEET SKILLS
ADVANCED SPREADSHEET SKILLS
 
gaurav.docx
gaurav.docxgaurav.docx
gaurav.docx
 
Basic Excel for Fixed Assets.ppt
Basic Excel for Fixed Assets.pptBasic Excel for Fixed Assets.ppt
Basic Excel for Fixed Assets.ppt
 
Computer skills excel2010-4
Computer skills excel2010-4Computer skills excel2010-4
Computer skills excel2010-4
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
6 Function Built In (Excel 2019 dn 365).pptx
6 Function Built In (Excel 2019 dn 365).pptx6 Function Built In (Excel 2019 dn 365).pptx
6 Function Built In (Excel 2019 dn 365).pptx
 
Excel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for MerchandisersExcel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for Merchandisers
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
QMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxQMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptx
 
Basic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 TutorialBasic Functions - Excel 2013 Tutorial
Basic Functions - Excel 2013 Tutorial
 
Excel for research
Excel  for researchExcel  for research
Excel for research
 
Computer skills excel2010 3
Computer skills excel2010 3Computer skills excel2010 3
Computer skills excel2010 3
 
MicrosoftExcel
MicrosoftExcelMicrosoftExcel
MicrosoftExcel
 
Introduction to ES2015
Introduction to ES2015Introduction to ES2015
Introduction to ES2015
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
Excel training
Excel trainingExcel training
Excel training
 
e computer notes - Manipulating data
e computer notes - Manipulating datae computer notes - Manipulating data
e computer notes - Manipulating data
 
Mdx Basics
Mdx BasicsMdx Basics
Mdx Basics
 
Microsoft excel-presentation
Microsoft excel-presentationMicrosoft excel-presentation
Microsoft excel-presentation
 

Recently uploaded

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 

Recently uploaded (20)

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 

CrossUI Tutorial - Intermediate - Fomula

  • 1. Excel-like Formula CrossUI Tutorial - Intermediate How to do simple automatic calculation in CrossUI
  • 2. Online demo http://www.crossui.com/demo/Tutorial-Intermediate-Formula How to do simple automatic calculation in CrossUIObjectives Result page
  • 3. Excel-like formula engine There’s a built-in Excel-like formula engine in the TreeGrid widget, CrossUI also implements this mechanism for Form Controls • Property “excelCellId” is used to simulates a CONTROL into a CELL • Property “excelCellFormula” is used to set a formula for the CELL  Support following functions only: CONCATENATE, ABS, ISNUMBER, NOW, TODAY, IF, AND, OR, NOT, SUM, AVERAGE, COUNT, MIN, MAX, ROUND, FIXED, CHOOSE  To implement complex computational function , you can use custom-function excelCellFormula : "=FIXED(SUM(1:1,AVERAGE(A:A,B3))+ROUND(B1)*C1, 2)" excelCellFormula : "=function(){ /*any javascript code*/ return A1*B2}" excelCellFormula : function(){/*any javascript code*/ return A1*B2}
  • 4. 1.Create a new project ① Click here to add a blank project ② Modify the project name ③ Click “OK” to create it
  • 5. 2. Add some inputs for simulating “A1:B3” ① Drag 6 Spinners into the canvas ② Follow the next 6 pages to set properties for each control
  • 6. Set excelCellId to “A1” <1st Spinner> Properties setting
  • 7. Set excelCellId to “A2” <2nd Spinner> Properties setting
  • 8. Set excelCellId to “A3” <3rd Spinner> Properties setting
  • 9. Set excelCellId to “B1” <4th Spinner> Properties setting
  • 10. Set excelCellId to “B2” <5th Spinner> Properties setting
  • 11. Set excelCellId to “B3” <6th Spinner> Properties setting
  • 12. 3. Add two inputs for simulating “C1:C2” ① Drag 2 Numbers into the canvas ② Follow the next 2 pages to set properties for each control
  • 13. Set excelCellId to “C1” Set excelCellFormula to “=A1+A2” <1th Number> Properties setting
  • 14. Set excelCellId to “C2” Set excelCellFormula to “=function(){ return A1+A2}” <2th Number> Properties setting This "function" is the same as the formula “=A1+A2”, but "function" can implement more complex calculation
  • 15. 3. Add 3 inputs for showing Formula results only ① Drag 3 Numbers into the canvas ② Follow the next 3 pages to set properties for each control
  • 16. Set excelCellFormula to “=FIXED(SUM(1:1,AVERAGE(A:A,B3))+ROUND(B1)*C1+MA X(A1:B2, B3)+MIN(10, B3)/1000, 2)” <1th Number> Properties setting
  • 18. Set excelCellFormula to “=IF(AND(A1>=2, A2<4, OR(B1=5, B2<>10)),A1,C2)” <1th Number> Properties setting
  • 19. 4. Add a Panel as container ② Set properties ① Drag Panel nto the canvas
  • 20. 4. Add a Grid into the panel ① Drag TreeGrid into the panel ② Follow the next 3 pages to set properties for it
  • 21. Set excelCellId to “D1” Set gridValueFormula to “=SUM(C:C)” Properties setting “gridValueFormula” is a formula for calculating the grid’s value from inner cell values
  • 22. Click here to set grid’s header/columns All settings for the grid’s header Set the formula for ‘sum’ column “=A_*B_” is a formula template, for 1st row, the formula will be “=A1*B1”
  • 23. If you like, add some rows into the grid
  • 24. 5. Add a Label for showing the grid value Drag Label into the canvas Set excelCellFormula to “=CONCATENATE("Total: ", D1)” Properties setting
  • 25. 6.Save and debug it Click here to save the project And, click here to show the runtime
  • 27. Thanks Download the source code CrossUI Tutorial - Intermediate Excel-like Formula http://www.crossui.com/Download/Tutorial-Intermediate-Formula.zip Online demo http://www.crossui.com/demo/Tutorial-Intermediate-Formula http://www.linkedin.com/in/crossui