Column referencing: What is the difference between Column("Example") and :Name("Example")?
Dear all,By googling examples, I kinda get the hang of when to use Column("Example") and :Name("Example"). When used in summary table and equality conditions, I use :Name("Example"). Meanwhile, I use Column("Example") when changing column properties. However, I still fail to understand the difference between the two, concept-wise. Can anyone give insights to help me understand the difference betwe...