New to Obsidian, apologies for my ignorance. I am trying to create a Dataview Query to track Instagram Followers over time. I created a Daily Note Template with the Following Code:
Is there a comma in your numbers because of your regional settings? Or is there a chance your properties are text instead of a number? (Mine would show up as followers: 2744)
I did a test and if I get rid of the round(followers / goal * 100) + "%" as Progress, line, then it works.
If I keep that line, then it seems to have an error that round() is giving an error saying that it is trying to divide by a string. But I definitely set my test properties to numbers:
Dataview: Every row during final data extraction failed with an error; first 3:
- No implementation found for 'number / string'
thanks for the reply, should not be commas, I inserted by accident. I removed them from my entry and the code, still doesn’t work and I am not getting your error either. Do I need to change something else?
Is your folder actually called “Daily Journal”?
One thing I would do is keep removing lines until you get SOMETHING. Like how I removed the “round” line. And then slowly add each line back. Try to isolate the problems one-by-one.
I’ll add the “dataview” tag to your post, and hopefully one of the Dataview experts will be able to help more.
You helped me fix it. First, yes, I figured out how to change the property types to numbers. After that, I got the error you did. I then removed that line, and it worked!!