cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
JGoode
Expert

Get number of specific revision ID from LAYOUT_CHANGE_HISTORY

Hello,

I am trying to create a more specific version of the Revision History object to suit what we need a bit more. Is there a way to automatically get the amount of each row with the same revision ID?

eg.
R01
R01
R02
R03
R03

the info received would be 2 lines of R01, 1 line of R02 and 2 lines of R03.

Is this possible to do? or potentially using LAYOUT_REVISION_HISTORY?

Any help would be brilliant!
Thanks
ArchiCAD 27

Windows 10
1 Reply 1
Podolsky
Ace
LAYOUT_CHANGE_HISTORY and LAYOUT_REVISION_HISTORY are arrays, that have all information about changes or revisions in given layout. Because of that it is possible to extract all change and revision ID's and process this information.
The difference between changes and revision, that usually layout can have only unique revision numbers, that are not duplicating (i.e. R01, R02, R03, R04), when changes - several changes per revision.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!