Dates in Title Block

Dates in Title Block

Anonymous
Not applicable
1,398 Views
6 Replies
Message 1 of 7

Dates in Title Block

Anonymous
Not applicable

So I've made a title block, but for the date section, I want it to display the "Sheet Issue Date" unless there is a revision on that sheet. Then I want it to display the "Current Revision Date" instead. Is there a way to do this? I have tried writing IF statements as shown in the screenshot, but the error "Improper use of boolean expressions" keeps showing up. Any help would be great. Thanks.

0 Likes
1,399 Views
6 Replies
Replies (6)
Message 2 of 7

Jerry.jc.Wu
Enthusiast
Enthusiast

I believe Revit Conditional Statements is not working properly for null or "", maybe you should try using dynamo for this.

0 Likes
Message 3 of 7

ToanDN
Consultant
Consultant
Is Sheet Issue Date the same for all sheets?
0 Likes
Message 4 of 7

Anonymous
Not applicable

No, it changes per sheet, as does the Current Revision Date. 

0 Likes
Message 5 of 7

ToanDN
Consultant
Consultant
Try two opaque labels: Current Revision Date on top of Sheet Issue Date.
0 Likes
Message 6 of 7

andrea_kohl
Contributor
Contributor

Not pretty... but was able to get it to work.

In the sheet index schedule...

Created a Yes/No parameter named _Issue Sheet_. Made it a hidden field in the schedule.

Then created a calculating parameter discipline: common, type: text, with the formula If(Issue Sheet,Sheet Issue Date, Current Revision Date)

This lets me toggle one column of dates per sheet to either display the Sheet Issue Date or the Current Revision Date. Still have to check/uncheck the box manually, but can choose which is shown.

 

Apologies... I was thinking sheet index schedule when I was searching for ideas and came across your post with the same formula issue, not the title block. I agree with Luke that a visibility parameter works well, but is not automated.

0 Likes
Message 7 of 7

luke.johnson
Advocate
Advocate

Yeah so basically you could do something similar with an instance or type visibility parameter. 

Luke Johnson
0 Likes