X is still in its early stages and it’s developed from scratch. Most of us are still trying to get grasp of all the features available Not only that, this is still in development with lots of bugs and many features on roadmap. You may not get all the app functionality that you expect. But in a few more months (hope that will be as early as possible), many more will be on board and you can find more professionals
This app should allow me to enter Income and Expense data for 12 weeks.
The app should then calculate the Net (Income - Expense) and display it in a line chart.
The initial part of your application sounds simple enough, you’d just set your 12 weeks with textinputs on income and expense. Then you would sum all income text inputs and sum all expense text inputs, then use the math block to minus one variable from the other variable. You can see an example here: https://x.thunkable.com/copy/8c01f6c8068f3ccb69e5f63c3e8a2803
There is no line graph component - so in order to do this the only way I could think it may work is if you upgrade your Airtable account in order to use block content in Airtable, you could then submit this Income / Expense data to airtable generate a line graph from airtable and bring it back as an image in thunkable - but not sure this is even possible?
Jacob correctly suggests using the AirTable for this. Only this requires 1 input field and two buttons Income and Expense. When you click Income in the table, a positive value from the input field will be written, when you click on Expense - with a minus sign. After that it is possible to quickly sum up all the values ​​in the list. The value of the sum in the input field is always entered positive and for this a numeric keypad with the button “Done” is used. The table also needs to record the operation date and other parameters so that you can verify the correctness of the input. The date can be obtained using the Web API or entered manually.
On the other screen you can to make a list in which you can see the operations and detailed information about the selected operation. To display the graph, you can use the Web Viewer and some JavaScript framework, for example, flotcharts.org or Google Charts.
I am making an app in which a user has to write a no like 23,25,26etc and then have to give answer of certain question (McQ) and the option they will select will have a number like1,2,3 which will be not visible to the user and that will be added or subtracted to the number given by the user and then the result will be shown
Please send the pic and there are multiple questions
we have a number of experts in the community who would be able to help you out with this - I’d be happy to recommend some if you like?
Can you tell me a little more - either here or via a PM - about your company, when you need this app completed and what your budget for the project is?