Forum Discussion
Anonymous
1 year agoNot applicable
How to count virtual Table rows
I'd like to count rows of virtual table which is made by some columns from some tables. My image is here.
parry2k
1 year agoSuper User
Anonymous not sure what you mean by virtual table, the measure should be
Row Count = COUNTROWS ( YourTable )Anonymous
1 year agoNot applicable
parry2k
Thank you for your answer.
But what I want to do is counting rows of new table which made by some columns from different table.
I don't know the name of "your table", becouse the new table don't have name.
Sorry for my poor explanation..
Do you get it?