Frequently asked questions about implementing and configuring widgets in ClearCalcs templates
Can a computed result include both text and numbers?
print()
functionvisibleIf
property with conditional statements.Example Implementation:How do I reference data from lookup widgets?
What's the difference between 'hidden' and 'visibleIf' properties?
How do I create multi-step calculations?
How do I handle units in calculations?
unit
propertyCan I create custom validation rules?
check
functionality in equation widgets:When should I use a Data Table vs Shared Table lookup?
How do I create dependent dropdowns?
visibleIf
property and data filtering:How do I handle dynamic widget arrays?
My widget references aren't working
referenceId
is unique across the templatevisibleIf
is false, widget cannot be referencedCircular reference errors
Performance issues with large datasets
hidden: true
for intermediate calculationsvisibleIf
conditions on frequently updated widgets