반응형

Q) Can't I use variables in Notion?

A)

Yes, you can use variables in Notion!

To use variables in Notion, you can create a database, and then create properties for that database. Each property can be thought of as a variable, and each entry in the database can be thought of as a row in a spreadsheet.

You can then use these properties and entries to create views, which are essentially different ways of viewing the data in the database. For example, you can create a table view that displays all of the entries in a table, or a calendar view that displays the entries on a calendar.

You can also use variables in formulas, which allow you to perform calculations on your data. Formulas can use properties as variables, and can include functions and operators to manipulate the data.

To create a formula, you can click on the "Formula" button in the property menu, and then enter your formula using the available functions and operators. The result of the formula will be displayed in the property for each entry in the database.


예, Notion에서 변수를 사용할 수 있습니다!

Notion 에서 변수를 사용하려면 데이터베이스를 작성한 다음 해당 데이터베이스에 대한 속성 (열 column 에 대한 속성설정)을 작성할 수 있습니다.
각 속성 (열이름)은 변수로 생각할 수 있으며 데이터베이스의 각 항목은 스프레드시트의 행으로 생각할 수 있습니다.

그런 다음 이러한 속성과 항목을 사용하여 데이터베이스의 데이터를 보는 기본적으로 다른 방법인 보기를 작성할 수 있습니다. 예를 들어, 표의 모든 항목을 표시하는 표 보기 또는 일정관리의 항목을 표시하는 일정관리 보기를 작성할 수 있습니다.

더보기

💡 공식에서 변수를 사용하여 데이터에 대한 계산을 수행할 수도 있습니다.
공식은 속성 (열 이름) 을 변수로 사용할 수 있으며 데이터를 조작하기 위한 함수 및 연산자를 포함할 수 있습니다.

공식을 만들려면 속성 메뉴에서 "공식" 단추를 클릭한 다음 사용 가능한 함수 및 연산자를 사용하여 공식을 입력할 수 있습니다. 수식의 결과는 데이터베이스의 각 항목에 대한 속성에 표시됩니다.

 

더보기
💡 Notion 에서 변수는 database-table 에서 열속성이다. prop 로 참조하는게 변수 호출과 동일 개념이라고 생각하면 된다.

코딩에서 쓰는 변수와는 개념이 좀 다르지만 열에 포함된 내용이 곧 리스트나 마찬가지다.
코딩에서처럼 한번 지정해 놓고 지역변수나 광역변수로 어디서나 불러다 쓸 수는 없다.
테이블 안에서 참조열을 지정하고 검색하고 가공하고 계산하고 등등만 되는거다.
반응형

+ Recent posts