PlanningAnnotations

PlanningAnnotationsPlanning 데이터베이스 연결에서 셀의 PlanningUnit과 연관된 중요 노트나 주석을 검색하는 텍스트 함수입니다. PlanningUnit은 시나리오, 버전 및 엔티티의 조합이며, 그리드의 셀 참조를 통해 Financial Reporting에서 파생됩니다.

구문:

<<PlanningAnnotations("GridName", Row, Column, Page, Attributes, Range)>>

<<PlanningAnnotations("GridName", Row, Column, Page, Attributes)>>

인수 설명

GridName

(필수) 그리드 이름입니다.

Row

(필수) 그리드의 행 번호를 나타내는 숫자 값입니다. 그리드의 첫 번째 행은 인덱스 1, 두 번째 행은 인덱스 2 등으로 이어집니다.

Column

(필수) 그리드의 열을 나타내는 문자입니다. 그리드의 첫 번째 열은 인덱스 A, 두 번째 열은 인덱스 B 등으로 이어집니다.

Page

(필수) 그리드의 모든 페이지 차원에서 멤버 조합의 인덱스를 나타내는 숫자 값입니다. 그리드의 첫 번째 페이지 차원 조합은 인덱스 1, 두 번째 페이지 차원 조합은 인덱스 2 등으로 이어집니다.

Attributes

모두, 제목, 만든 이, 날짜, 텍스트, PlanningUnit 등의 값 중 하나입니다. PlanningUnit은 시나리오, 버전 및 엔티티의 조합이며 GridName, Row, ColumnPage에서 파생됩니다.

속성을 원하는 출력 순서로 정렬하고 각 속성을 앰퍼샌드(&)로 구분합니다.

Range

All, Top 또는 Bottom 키워드를 사용하여 출력 맨위나 맨아래의 노트나 모든 노트를 선택할 수 있습니다.

  • All은 모든 노트를 반환합니다.

  • Top 5는 처음 5개 노트를 반환합니다.

  • Bottom 10은 마지막 10개 노트를 반환합니다.

  • Bottom 1은 마지막 노트를 반환합니다.

예 1:

Range 매개변수가 "All"이라고 가정합니다.

<<PlanningAnnotations("Grid Name", 1,a,1,All, All)>>
<<PlanningAnnotations("Grid Name", 100,AB,10,All, All)>>
<<PlanningAnnotations(cur, cur,a,cur,Text & Title & Author, Top 5)>>
<<PlanningAnnotations(cur, 315, AB, 255, Text&Title&Author, Top 5)>>
<<PlanningAnnotations(cur, cur A, Cur, PlanningUnit, Top 5)>>
<<PlanningAnnotations(cur, 123, ABC, 101, PlanningUnit, Top5)>>
<<PlanningAnnotations(Grid1, 1, current, cur, Title & Text, Bottom 10)>>
<<PlanningAnnotations(Grid1, 105, ABC, cur, Title & Text, Bottom 10)>>
<<PlanningAnnotations(Current, 34, BB, cur, All, Top 40)>>
<<PlanningAnnotations(cur, cur, A cur, Text & Title & Author, Top 5)>>
<<PlanningAnnotations(cur, cur, A, cur, Text&Title&Author, bottom15)>>
<<PlanningAnnotations(cur, 1(3), A(B), cur, Title&Author&Date&Text, All)>>
<<PlanningAnnotations(cur, 1(3), A(B), cur, Title&Author&Date&Text, All)>>

예 2:

현재 페이지에서 그리드의 1행, A열에 있는 노트 텍스트를 검색합니다. 마지막 3개의 노트 및 노트와 연관된 모든 속성(제목, 만든 이, 날짜, 텍스트 및 계획 단위)을 표시합니다.

텍스트 셀에 다음 구문을 사용합니다.

<<PlanningAnnotations(Current, 1, A, Current, All, Bottom 3)

노트는 날짜를 기준으로 내림차순으로 정렬되어 반환됩니다. 즉, 가장 최근 노트가 맨위에 표시되고 가장 오래된 노트가 맨아래에 표시됩니다. 결과 노트 텍스트는 다음과 유사합니다.

Title: Status - Under Review

Author: John Smith

Date: Mar 25, 2003 10:32:49 AM

Planning Unit: Budget, 1st Draft, East

Text: Please review and approve

— — — — — — — — — — — — — — — — —

Title: Status - 사인오프 안됨

Author: Mary Brown

Date: Mar 21, 2003 2:59:11 PM

Planning Unit: Budget, 1st Draft, West

Text: Sorry, Try Again

— — — — — — — — — — — — — — — — —

Title: Status - Under Review

Author: Admin

Date: Mar 21, 2003 2:54:16 PM

Planning Unit: Budget, 1st Draft, South

Text: Please review and approve budget for 1st draft

주:

PlanningAnnotations는 텍스트 상자 객체, 머리글, 바닥글 등이 아니라 그리드 셀에서 사용될 때만 Current 키워드를 지원합니다. 텍스트 함수에서 Current/Cur 키워드 사용을 참조하십시오.