Make computer and printer inventory appsheet EP1

 Step 1 desing your table as below

Main table what data your want to keep in this tutorial I am going to make this 

Id

items

sorial no

brand 

model

image

date of receiving

doc

item location

item qrcode

status

------------  

create 2 ref.tables for the item location and the items

for the items

id

items list

for the item location

id

location name

-------------------------

now go to the appsheet 

create the new app

name the app as computer app

and import all the table into the app 

for each table go to the column view and select the column type that relate to the data we want to store.

-----------------------------------------

That all for the 1st ep.

Next ep.2 will be about how to make a dropdown menu for the column items and the items location by using the Valid_if function 

and a step of UX view ,form view and input some data in order to show how to app.

this step will cover how to link to google qrcode service which later we can print out and stick to the computer case for scanning purpose.


How to Make a DropDown Menu Using Valid_If | AppSheet

What is a dropdown menu ? the pre-list which admin can control the data input as he or she want to.

for user who fill the form with simple and fast action.

I would like new learnners supposed to learn how to make a prelist by using Enum first,then try using valid_if 

 First go to Google sheet and create data table for your source database file.

column                        datatype

Id                                 key unique

Items name                 text 

Item serialno             text 

Items type                text using valid_if 

Items Date                date

Item image               image

Item budget             enum 

Item workstation        text  using valid_if 

Item doc                file

----------------------------------

make another table call items type 

column             data type

id                         unique

items name          text 

then fill up the table with your data as below for example.




 when go to appsheet and connect to the table 


column view specific the table and column 

in the valid_if box 

type : table name [column name]

the good thing about using the valid dropdown is that you can make many apps by using the same reference source table.

on the view app 

go to the form and click on the column to test the dropdown menu.


-----------------

how to manually enter the options for the column dropdown list 

on the valid if condition type {"option1","option2","option3"}

-------------------- 

another ways of the dropdown menu is by using the select function 

you have to add another column to the table 

then on the valid if condition type : select(Table name[Column Name List],[constraint column name]="TRUE"

so in sum up how to create the dropdown menu in appsheet app.

you got 3 options to do so.

  1. valid_if condition by reference from another table source 
  2. manually enter the options in the valid_if condition
  3. Select function for some constraint value.



How to video

How to set up microphone boots on Windows10

 Microphone Boost is a Windows built-in setting that can be used to increase the volume while using some voice-over-IP services like Discord and Skype

when you are on VTC calling for teaching or presentation like Zoom ,Meet and webex for example 

make sure that the audio is function properly ,however if got the low audio and voice here are the hits

try to talk close to the mic and speak up

go to the microphone boots on Windows10 and increas the boots level 

how to access the microphone boots on Windows10

right click on the speaker icon 

then open sound setting

click device property and choose addition device property 



click tab level 


move slide bar from left to right to increase the audio level


วิธีการตรวจสอบเวอร์ชั่น DirectX ของวินโดว์ 10

 บนหน้าจอคอมพิวเตอร์ ไปที่บริเวณมุมล่างซ้าย ในช่องค้นหา พิมพ์คำว่า dxdiag ลงไปแล้วกด Enter

จะมีกล่องโต้ตอบขึ้นมา เพื่อให้เรายืนยันการเรียกดูข้อมูลระบบของวินโดว์ 10 ให้เรากดปุ่มยืนยัน 

ในหน้าต่างถัดมา จะแสดงข้อมูลที่เกี่ยวข้องกับระบบข้อมูลของเครื่องวินโดว์ 10 ดังนี้

ระบบรวมหรือ system จะแสดงข้อมูลควบคุมการทำงานของคอมพิวเตอร์ที่สำคัญ รายการ Hardwares/Software ที่สำคัญของระบบได้แก่ ยี่ห้อรุ่นและความเร็วของ CPU ,Ram , ระบบปฏิบัติการ OS เป็นต้น 

การดูข้อมูล Hardwares อื่นๆ ได้แก่ ระบบเสียง และระบบจอภาพแสดงผล 

ข้อมูลที่ได้สามารถใช้เป็นข้อมูลขั้นต้น ในการแจ้งข้อมูลรุ่น หรือยี่ห้อ ให้ฝ่ายช่าง หรือนำไปสืบค้นหาไดรืฟเวอร์อุปกรณ์ในอินเตอร์เน็ตต่อไปได้ 

A step of how to run the windows10 DirectX test

A quite simple first step is type dxdiag in the search box and hit Enter keyboard

the warning pop up will be shown and ask if we want to go on the process ,so just hit the OK button and go on

This will bring the system information sum for us 

so what data we can get 

hardware and software information such as CPU ,RAM ,Sound and VGA 

in sum up : the build in tiny tool on windows10 for users to check for some hardware and software specification in order to look for more detail on the other purposes.






ตัวอย่างการใช้งานนิพจน์กับคอลัมน์ Appsheet

การเขียนแอพด้วยแอพชีพนั้น สามารถเขียนนิพจน์หรือเงื่อนไขทางคณิตศาสตร์เพื่อแสดงผลข้อมูลในคอลัมน์และค่าของแถวตารางที่ต้องการนำมาแสดงผลได้
สมการนิพจน์ที่เขียนจะคืนค่าตามที่ระบุในคอลัมน์ โดยที่แถว row ไม่ต้องกำหนด ปกติจะชัดเจนและคลอบคลุมในนิพจน์ของคอลัมน์


เริ่มจากวงเล็บแบบจัตุรัส : [ชื่อคอลัมน์].ถ้าใช้ในคอลัมน์จำกัด (Editable_If, Required_If, Show_If, or Valid_If), สามารถใช้ [_THIS] เพื่ออ้างถึงค่าของคอลัมน์ปัจจุบัน
ถ้าแถวปัจจุบัน row ไม่ได้อ้างถึงในนิพจน์, จำเป็นต้องมีการระบุโดยใช้นิพจน์ชนิด dereference

ตัวอย่างนิพจน์ที่พบบ่อย

ผู้พัฒนาแอพชีพ สามารถสร้างตาราง sheet และลิงค์ด้วย Appsheet เพื่อศึกษาการใช้งานนิพจน์ทางคณิตศาสตร์ กับคอลัมน์ของตาราง ได้
สร้างคอลัมน์จำลองขึ้นมา เพื่อรวมผลชื่อและนามสกุลเข้าด้วยกันIn a virtual column: CONCATENATE([FirstName], " ", [LastName])
In a slice filter condition: [Status] = "Complete"
สร้างเงื่อนไขในการกรองข้อมูลในคอลัม์ แถบสถานะ = "เสร็จสมบูรณ์"


In a Valid_If column constraint: [_THIS] > 25


ในช่องจำกัดเงื่อนไข [_THIS]>25


แสดงข้อมูลที่มากกว่า 25 ขึ้นไป


ตัวอย่างแอพ ที่นำชื่อและนามสกุลคนละคอลัมน์มารวมกัน และแสดงผลในแถวเดียวกัน 
สูตรที่ใช้งานคือ CONCATENATE([ชื่อ]," ",[นามสกุล])

อีกตัวอย่างการใช้งานในการกรองข้อมูลอายุของข้อมูล 
[_THIS]>15
ให้แสดงอายุของนักเรียนที่มีอายุมากกว่า 15 ปี 





ชมตัวอย่างการใช้งาน การสร้างนิพจน์ควบคุมการแสดงผลคอลัมน์ ที่เราต้องการ ด้วยการรวมชื่อ และนามสกุล เข้าเป็นข้อมูลในแถวเดียวกัน

Galaxy Tab S6 Lite 64GB WIFI

แท็บเล็ตสำหรับนักเรียนในระดับมัธยมต้นหรือปลาย หรือมหาวิทยาลัย ที่ต้องการอุปกรณ์ไอที ในการบันทึกโน้ต หรือเล็กเซอร์ แอดมินได้รวบรวมข้อมูลมาให้รับชมและใช้เป็นแนวทางในการหาซื้อมาใช้งานกัน ในราคาที่ไม่รบกวนพ่อแม่จนเกินไป คือไม่เกิน 1 หมื่นบาท 
จริงๆ ถ้าราคาประมาณ 5-6 พันบาท ก็มีขายในท้องตลาดทั่วไป เช่น Lenovo หรือ Oppo  เป็นต้น 

สำหรับตัวที่แอดนำมาแนะนำกันในวันนี้คือ 
Galaxy Tab S6 Lite 64GB WIFI
Galaxy Tab S6 Lite สมาร์ทบัดดี้สำหรับจดโน้ตที่พกพาไปได้ทุกที่มาพร้อมหน้าจอแสดงผลขนาด 10.4 นิ้ว*, ตัวเครื่องที่บางเบา,

One UI 2 ใน Android และ S Pen ที่ให้มาในกล่องไม่ต้องซื้อเพิ่ม ให้คุณสนุกกับทุกกิจกรรมได้ไม่รู้จบ จะจด วาด เล่นเกม หรือใช้เรียนเครื่องนี้ตอบโจทย์
ในราคาที่จับต้องได้ เพียง 9,990.- บาทเท่านั้น   
ระบบปฏิบัติการแบบ Android 13
การลงทะเบียนใช้งานด้วย email เช่น gmail เป็นต้น
การเชื่อมต่ออินเตอร์เน็ตด้วย Wifi connection 
จะสอนออนไลน์ หรือจะจดงานมอบ การบ้าน แบบฝึกหัด ก็สะดวกและทันสมัย ผ่านแอพ Note taking ทั้งแบบฟรีแอพ และจ่ายตังค์  

S Pen รวมฟังก์ชันการเขียนต่างๆ ไว้ในที่เดียว ด้วยด้ามจับที่ถนัดมือ ความหน่วงต่ำ และความไวต่อแรงกด จนทำให้เป็นอุปกรณ์สำคัญที่ช่วยให้คุณทำงานได้ง่าย และสะดวกขึ้น
ไม่ว่าจะเป็นการวาดภาพหรือเขียนเอกสาร ยิ่งไปกว่านั้น S Pen จะไม่หล่นหายไปไหน ด้วยการยึดติดกับแม่เหล็กของเครื่อง
ความเร็วสูง + หน่วยความจำมาก* + แบตเตอรี่ที่อึด


ใช้งานต่อเนื่องด้วยแท็บเล็ตที่ทรงพลัง ดาวน์โหลดสิ่งต่างๆ ได้รวดเร็ว ใช้งานได้ราบรื่น และเชื่อมต่ออินเตอร์เน็ตได้ลื่นไหลด้วย LTE** และ Wi-Fi ที่ไว นอกจากนี้ยังมีแบตเตอรี่ที่อึดทนนาน***
ที่ทำให้คุณใช้งานได้อย่างต่อเนื่อง และยังเพิ่มพื้นที่จัดเก็บสำหรับคอนเทนต์และไฟล์ต่าง ๆ ได้ด้วย microSD****
ถนอมสายตาของคุณบ้าง


หากการมองหน้าจอนาน ๆ ทำให้คุณรู้สึกตาล้า ลองใช้ Dark Mode ของ One UI 2* ที่ช่วยลดอาการเมื่อยล้าสายตาของคุณ ไม่ว่าจะเปิดโหมดดังกล่าวค้างไว้หรือใช้แค่ตอนก่อนนอน
สายตาของคุณจะรู้สึกดีขึ้น นอกจากนี้ Dark Mode ยังช่วยประหยัดพลังงานแบตเตอรี่ด้วยหากคุณเปิดทิ้งไว้

รีวิวการใช้งานจากผู้ใ้ช้งาน

ใช้งานได้ดี เมื่อเทียบกับ tablet รุ่นอื่น ปากกาวาดรูปได้ดี ยิ่งใช้คู่กับ ฟิล์มกระดาษ paper like วาดรูปได้สวย เส้นคมชัด ด้วยราคาเท่านี้ ถือว่าคุ้มค่ามาก



ท่องเว็บปลอดภัยด้วย X VPN

 แนะนำโปรแกรมฟรีแวร์แชร์แวร์สำหรับดาวโหลดและติดตั้งกับุปกรณ์คอมพิวเตอร์ มือถือ และแท็บเล็ต สำหรับการท่องโลกอินเตอร์เนตได้อย่างปลอดภัย และเป็นส่วนตัว 

คุณสมบัติ Freeware และอัพเกรดได้แบบจ่ายตังค์ 

จุดเด่น สะดวก ง่ายในการติดตั้งใช้งานโปรแกรม 

รองรับอุปกรณ์แบบประจำที่ เช่น PC Desktop หรือพกพา Hand held devices 

หลักการทำงานของ XVPN จะติดตั้งในรูปแบบ การรับส่งข้อมูลส่วนตัว ที่ต้องการความปลอดภัยและป้องการขโมยข้อมูลส่วนตัว หรือเอกสารสำคัญ ที่จำเป็นต้องส่งผ่านเครือข่ายอินเตอร์เน็ต 

และในการกลับกัน โปรแกรม VPN ก็สามารถพาผู้ใช้งาน เข้าถึงเว็บไซต์ต่างประเทศ หรือ Blog ที่มีการปิดกั้นโซนในการเข้าถึงด้วย 

โดย XVPN จะปิดกั้นตัวตนที่แท้จริงของผู้ใช้งาน ในรูปแบบของ การอำพราง สถานะที่อยู่ เลขรหัสไอพี เป็นต้น 

How to access the internet without the restriction 

Unblock Apps and websites 

You can bypass network restrictions by using X-VPN. For example, you can access social media at school or you can use WhatsApp calls in the UAE.


ดูเพิ่มเติม หรือดาวโหลดโปรแกรม 
X-VPN

รองรับระบบอะไรบ้าง 

Windows VPN
Mac VPN
Android VPN
iOS VPN
Linux VPN